diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-11-02 00:15:19 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-11-02 00:15:19 +0100 |
commit | 86ccf1964b5e30ead1b5f0d8ad376f9aa655d684 (patch) | |
tree | e15c0c338518c34c1e7066a1bded2ade641564f2 /hosts/surtr/default.nix | |
parent | 42984e77041cfc95d333319bef0b2d8f441f56d3 (diff) | |
download | nixos-86ccf1964b5e30ead1b5f0d8ad376f9aa655d684.tar nixos-86ccf1964b5e30ead1b5f0d8ad376f9aa655d684.tar.gz nixos-86ccf1964b5e30ead1b5f0d8ad376f9aa655d684.tar.bz2 nixos-86ccf1964b5e30ead1b5f0d8ad376f9aa655d684.tar.xz nixos-86ccf1964b5e30ead1b5f0d8ad376f9aa655d684.zip |
tmpfs-root system-profile
Diffstat (limited to 'hosts/surtr/default.nix')
-rw-r--r-- | hosts/surtr/default.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix index e031c9b3..92d0088c 100644 --- a/hosts/surtr/default.nix +++ b/hosts/surtr/default.nix | |||
@@ -1,7 +1,7 @@ | |||
1 | { flake, pkgs, lib, ... }: | 1 | { flake, pkgs, lib, ... }: |
2 | { | 2 | { |
3 | imports = with flake.nixosModules.systemProfiles; [ | 3 | imports = with flake.nixosModules.systemProfiles; [ |
4 | qemu-guest openssh rebuild-machines zfs | 4 | tmpfs-root qemu-guest openssh rebuild-machines zfs |
5 | ./zfs.nix ./dns ./tls ./http ./bifrost ./matrix ./postgresql.nix ./prometheus ./email ./vpn | 5 | ./zfs.nix ./dns ./tls ./http ./bifrost ./matrix ./postgresql.nix ./prometheus ./email ./vpn |
6 | ]; | 6 | ]; |
7 | 7 | ||
@@ -30,11 +30,6 @@ | |||
30 | }; | 30 | }; |
31 | 31 | ||
32 | fileSystems = { | 32 | fileSystems = { |
33 | "/" = { | ||
34 | fsType = "tmpfs"; | ||
35 | options = [ "mode=0755" ]; | ||
36 | }; | ||
37 | |||
38 | "/boot" = | 33 | "/boot" = |
39 | { device = "/dev/disk/by-label/boot"; | 34 | { device = "/dev/disk/by-label/boot"; |
40 | fsType = "vfat"; | 35 | fsType = "vfat"; |