diff options
author | tzlil <tzlils@protonmail.com> | 2023-07-30 05:04:25 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-07-30 05:04:25 +0300 |
commit | 7a64b105f9f851b0c92e6a406c939f1ceec3e6a1 (patch) | |
tree | f3c68fb2824bfe7ad3071871a375360801c258f6 /hosts/navi | |
parent | 5a956add3f59715b9cf43a044abfabce4ca6382f (diff) |
fix mounts
Diffstat (limited to 'hosts/navi')
-rw-r--r-- | hosts/navi/default.nix | 4 | ||||
-rw-r--r-- | hosts/navi/hardware-configuration.nix | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/hosts/navi/default.nix b/hosts/navi/default.nix index a0ebd95..497f5f7 100644 --- a/hosts/navi/default.nix +++ b/hosts/navi/default.nix @@ -45,7 +45,7 @@ time.timeZone = lib.mkDefault "Israel"; -/* + /* fileSystems."/" = { device = "none"; fsType = "tmpfs"; @@ -62,7 +62,7 @@ device = "/dev/disk/by-uuid/8a8cc550-034e-4545-a958-564779f51061"; fsType = "btrfs"; }; -*/ + */ zramSwap = { enable = true; algorithm = "zstd"; diff --git a/hosts/navi/hardware-configuration.nix b/hosts/navi/hardware-configuration.nix index 5eef790..7b24c68 100644 --- a/hosts/navi/hardware-configuration.nix +++ b/hosts/navi/hardware-configuration.nix @@ -23,7 +23,6 @@ in { hardware.bluetooth.enable = true; - disko.devices = { disk.${baseNameOf device} = { inherit device; |