From 86ccf1964b5e30ead1b5f0d8ad376f9aa655d684 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 2 Nov 2022 00:15:19 +0100 Subject: tmpfs-root system-profile --- hosts/vidhar/default.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'hosts/vidhar/default.nix') diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index fc77f03c..2f86c368 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix @@ -5,6 +5,7 @@ with lib; { imports = with flake.nixosModules.systemProfiles; [ ./zfs.nix ./network ./samba.nix ./dns ./prometheus ./borg + tmpfs-root initrd-all-crypto-modules default-locale openssh rebuild-machines build-server initrd-ssh @@ -55,13 +56,6 @@ with lib; }; }; - fileSystems = { - "/" = { - fsType = "tmpfs"; - options = [ "mode=0755" ]; - }; - }; - services.timesyncd.enable = false; services.chrony = { enable = true; -- cgit v1.2.3