feat: Added local server to laptop gitignore

Added same aliases from desktop to laptop.
This commit is contained in:
Nickiel12 2023-05-28 22:10:42 -07:00
parent 6c37553143
commit 74960e987f
2 changed files with 7 additions and 3 deletions

View file

@ -105,11 +105,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1684935479, "lastModified": 1685168767,
"narHash": "sha256-6QMMsXMr2nhmOPHdti2j3KRHt+bai2zw+LJfdCl97Mk=", "narHash": "sha256-wQgnxz0PdqbyKKpsWl/RU8T8QhJQcHfeC6lh1xRUTfk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f91ee3065de91a3531329a674a45ddcb3467a650", "rev": "e10802309bf9ae351eb27002c85cfdeb1be3b262",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -7,6 +7,10 @@
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
networking.hosts = {
"10.0.0.183" = [ "files.nickiel.net" "git.nickiel.net" "nickiel.net" "jellyfin.nickiel.net" ];
};
time.hardwareClockInLocalTime = true; time.hardwareClockInLocalTime = true;
boot.loader = { boot.loader = {