diff options
-rw-r--r-- | host/automatix.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/automatix.nix b/host/automatix.nix index f19de69..50d7f19 100644 --- a/host/automatix.nix +++ b/host/automatix.nix @@ -16,6 +16,8 @@ device = "/dev/sda"; }; + nix.allowedUsers = [ "public" ]; + networking = { hostName = "automatix"; |