summaryrefslogtreecommitdiff
path: root/machines/khad/configuration.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-12-23 17:08:49 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2023-12-23 17:08:49 -0700
commit0f6ff4bda2a2a55259626b1c9f6ea0bbd6c1e0b9 (patch)
tree7e0d7b1292481c18c677e9e5306f0f3d53ccbe54 /machines/khad/configuration.nix
parentd9382806bc515fef56725bf26b0d19a5393e3464 (diff)
encrypted partitions on khad were annoying and useless
Diffstat (limited to 'machines/khad/configuration.nix')
-rw-r--r--machines/khad/configuration.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix
index b0f8490..3f46f5f 100644
--- a/machines/khad/configuration.nix
+++ b/machines/khad/configuration.nix
@@ -14,18 +14,6 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
- # Setup keyfile
- boot.initrd.secrets = {
- "/crypto_keyfile.bin" = null;
- };
-
- # Enable swap on luks
- boot.initrd.luks.devices."luks-12daadca-e9a9-413b-9286-017b3038e5ba".device = "/dev/disk/by-uuid/12daadca-e9a9-413b-9286-017b3038e5ba";
- boot.initrd.luks.devices."luks-12daadca-e9a9-413b-9286-017b3038e5ba".keyFile = "/crypto_keyfile.bin";
-
- boot.initrd.luks.devices."luks-02516df1-d33b-4c83-90f8-4be7b918132e".keyFile = "/crypto_keyfile.bin";
-
-
networking.hostName = "khad"; # Define your hostname.
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.