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

@ -22,7 +22,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.tmpOnTmpfs = true;
boot.tmp.useTmpfs = true;
boot.supportedFilesystems = [
"btrfs"

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";

View file

@ -20,7 +20,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.tmpOnTmpfs = true;
boot.tmp.useTmpfs = true;
services.btrfs = {
autoScrub = {