From 32505a63bdd8cf7d014ec7d6d45116c544c0d0e5 Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Sun, 7 May 2023 22:20:31 +0300 Subject: [PATCH] changes Signed-off-by: Alex Stan --- flake.lock | 6 +++--- hosts/ultrapc/configuration.nix | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 327c656..ce265b7 100644 --- a/flake.lock +++ b/flake.lock @@ -609,11 +609,11 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1683286087, - "narHash": "sha256-xseOd7W7xwF5GOF2RW8qhjmVGrKoBz+caBlreaNzoeI=", + "lastModified": 1683408522, + "narHash": "sha256-9kcPh6Uxo17a3kK3XCHhcWiV1Yu1kYj22RHiymUhMkU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3e313808bd2e0a0669430787fb22e43b2f4bf8bf", + "rev": "897876e4c484f1e8f92009fd11b7d988a121a4e7", "type": "github" }, "original": { diff --git a/hosts/ultrapc/configuration.nix b/hosts/ultrapc/configuration.nix index b61823d..5d6d072 100644 --- a/hosts/ultrapc/configuration.nix +++ b/hosts/ultrapc/configuration.nix @@ -37,6 +37,10 @@ in { hosts = { "192.168.1.221" = [ "pi" "pi-master" ]; }; + + nameservers = [ + "192.168.1.221" + ]; }; # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.