From f540e2a9b369a26e3ab3f22fe89845f4ccfbb390 Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 30 Jul 2023 04:33:29 +0300 Subject: stuff --- hosts/navi/default.nix | 3 ++- hosts/navi/hardware-configuration.nix | 2 -- secrets/id_ed25519.age | Bin 1092 -> 1094 bytes secrets/matrix.age | Bin 605 -> 589 bytes secrets/secrets.nix | 4 ++-- 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 Binary files a/secrets/id_ed25519.age and b/secrets/id_ed25519.age differ diff --git a/secrets/matrix.age b/secrets/matrix.age index 0cf30e0..ff287c2 100644 Binary files a/secrets/matrix.age and b/secrets/matrix.age differ diff --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]; -- cgit 1.4.1