summary refs log tree commit diff
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-07-30 04:33:29 +0300
committertzlil <tzlils@protonmail.com>2023-07-30 04:33:29 +0300
commitf540e2a9b369a26e3ab3f22fe89845f4ccfbb390 (patch)
tree0402f7f73de90b306d59f2eeed6cb195197ee502
parent7a9386564b22aaa918a72ee8ba07924b5288410f (diff)
stuff
-rw-r--r--hosts/navi/default.nix3
-rw-r--r--hosts/navi/hardware-configuration.nix2
-rw-r--r--secrets/id_ed25519.agebin1092 -> 1094 bytes
-rw-r--r--secrets/matrix.agebin605 -> 589 bytes
-rw-r--r--secrets/secrets.nix4
5 files changed, 4 insertions, 5 deletions
diff --git a/hosts/navi/default.nix b/hosts/navi/default.nix
index 353b7e1..a0ebd95 100644
--- a/hosts/navi/default.nix
+++ b/hosts/navi/default.nix
@@ -45,6 +45,7 @@
 
     time.timeZone = lib.mkDefault "Israel";
 
+/*
     fileSystems."/" = {
       device = "none";
       fsType = "tmpfs";
@@ -61,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 15442df..5eef790 100644
--- a/hosts/navi/hardware-configuration.nix
+++ b/hosts/navi/hardware-configuration.nix
@@ -24,7 +24,6 @@ in {
   hardware.bluetooth.enable = true;
 
 
-  /*
   disko.devices = {
     disk.${baseNameOf device} = {
       inherit device;
@@ -70,5 +69,4 @@ in {
       ];
     };
   };
-  */
 }
diff --git a/secrets/id_ed25519.age b/secrets/id_ed25519.age
index 00c540e..4637bc2 100644
--- a/secrets/id_ed25519.age
+++ b/secrets/id_ed25519.age
Binary files differdiff --git a/secrets/matrix.age b/secrets/matrix.age
index 0cf30e0..ff287c2 100644
--- a/secrets/matrix.age
+++ b/secrets/matrix.age
Binary files differdiff --git a/secrets/secrets.nix b/secrets/secrets.nix
index 67acc97..61df1cd 100644
--- a/secrets/secrets.nix
+++ b/secrets/secrets.nix
@@ -3,8 +3,8 @@ let
 
   vm = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHS6LK6rCmJCR/rKVJYVmJTL8fAdyJSLlgC3mesd6QVS";
   vps = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMdOuj27GB703ZRKRqhytlaLJsKucaRa//yswxijAZT7";
-  laptop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPIi0vboysxzDi7ivIEGcZ+jY2XFXfmMMfhghmsfikz6";
-  systems = [vm vps laptop];
+  navi = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILXk/iId6iBOHICgq8QyfINqJs8gHj6foPgZR6RF5Uf8";
+  systems = [vm vps navi];
 in {
   "id_ed25519.age".publicKeys = [tzlil] ++ systems;
   "matrix.age".publicKeys = [tzlil vps];