summary refs log tree commit diff
path: root/hosts/navi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/navi/default.nix')
-rw-r--r--hosts/navi/default.nix4
1 files changed, 2 insertions, 2 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";