This commit is contained in:
Miguel Palhas
2025-06-15 09:26:50 +01:00
parent e14bb4de17
commit bc8a219f16
9 changed files with 60 additions and 4 deletions
+18
View File
@@ -4,5 +4,23 @@
networkmanager = {
enable = true;
};
};
services.avahi = {
enable = true;
nssmdns = true;
openFirewall = true;
};
services.nfs.client.enable = true;
# environment.etc.nsswitch.text = {
# hosts = [
# "files"
# "mdns4_minimal"
# "[NOTFOUND=return]"
# "dns"
# ];
# };
}
+1 -1
View File
@@ -48,7 +48,7 @@
let
authorizedKeys = pkgs.fetchurl {
url = "https://github.com/naps62.keys";
sha256 = "sha256-QKVtVXIVxYUqpnNCJAfRow3RG4j2jkQSFOwTeDgwO7s=";
sha256 = "sha256-O5JbzK5ulPob0HIrO8DT1MxfkC9bnfBw/0GR8Xu1tjw=";
};
in
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);