summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/default.nix4
-rw-r--r--hosts/navi/default.nix4
-rw-r--r--hosts/navi/hardware-configuration.nix1
3 files changed, 4 insertions, 5 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 3d181bb..164030c 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -6,11 +6,11 @@ inputs: let
         ../profiles/tzlil.nix
         ../profiles/security.nix
         ../profiles/ssh.nix
-	../profiles/network.nix
+        ../profiles/network.nix
+	../profiles/impermanence.nix
       ];
     }
     inputs.agenix.nixosModules.age
-    inputs.impermanence.nixosModules.impermanence
   ];
 
   commonHome = [
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;