]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/system/dilion.nix
Upgrade nixos-unstable
[perso/Immae/Config/Nix.git] / modules / private / system / dilion.nix
index a0d56cc355769d77d69db14c642aca714c893803..ca9a0521d7b0602d48518a4a5c13b8468b705b9c 100644 (file)
@@ -42,7 +42,7 @@
   };
 
   system.nssModules = [ pkgs.libvirt ];
-  system.nssHosts = lib.mkForce [ "files" "libvirt_guest" "mymachines" "dns" "myhostname" ];
+  system.nssDatabases.hosts = lib.mkForce [ "files" "libvirt_guest" "mymachines" "dns" "myhostname" ];
   programs.zsh.enable = true;
 
   users.users.backup = {