From b4068da9fe220e76fc0f6f6a74deb78d33e7735a Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 7 May 2024 17:50:34 +0100 Subject: [PATCH] tftp addresses --- examples/arhcive.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/examples/arhcive.nix b/examples/arhcive.nix index d062242..3b11428 100644 --- a/examples/arhcive.nix +++ b/examples/arhcive.nix @@ -18,8 +18,8 @@ in rec { boot = { tftp = { - serverip = "192.168.8.148"; - ipaddr = "192.168.8.251"; + serverip = "10.0.0.1"; + ipaddr = "10.0.0.8"; }; }; @@ -124,9 +124,7 @@ in rec { users.root = { passwd = lib.mkForce secrets.root.passwd; - # openssh.authorizedKeys.keys = [ - # (builtins.readFile "/home/dan/.ssh/id_rsa.pub") - # ]; + openssh.authorizedKeys.keys = secrets.root.keys; }; users.backup = {