hosts: switch to new tmpfs setting name

This commit is contained in:
Antoine Martin 2023-06-01 19:24:08 +02:00
parent e237da22a6
commit 7131d6ed73
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ in {
devices = ["/dev/sda" "/dev/sdb"];
};
boot.tmpOnTmpfs = true;
boot.tmp.useTmpfs = true;
networking.hostName = "hades"; # Define your hostname.
networking.domain = "alarsyo.net";