From 74960e987f8647ab442ed52fcb7504f0800ef757 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sun, 28 May 2023 22:10:42 -0700 Subject: [PATCH] feat: Added local server to laptop gitignore Added same aliases from desktop to laptop. --- flake.lock | 6 +++--- hosts/laptop/default.nix | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 3ead0a0..5c6ecdf 100644 --- a/flake.lock +++ b/flake.lock @@ -105,11 +105,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1684935479, - "narHash": "sha256-6QMMsXMr2nhmOPHdti2j3KRHt+bai2zw+LJfdCl97Mk=", + "lastModified": 1685168767, + "narHash": "sha256-wQgnxz0PdqbyKKpsWl/RU8T8QhJQcHfeC6lh1xRUTfk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "f91ee3065de91a3531329a674a45ddcb3467a650", + "rev": "e10802309bf9ae351eb27002c85cfdeb1be3b262", "type": "github" }, "original": { diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 82511c7..b1bc8ef 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -7,6 +7,10 @@ hardware.bluetooth.enable = true; + networking.hosts = { + "10.0.0.183" = [ "files.nickiel.net" "git.nickiel.net" "nickiel.net" "jellyfin.nickiel.net" ]; + }; + time.hardwareClockInLocalTime = true; boot.loader = {