From f08a1398f08506b223e89fdea4a60e37ffc683f1 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 28 Jan 2025 02:44:23 +0300 Subject: [PATCH] i am a moron --- hosts/ymir/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index 9107092..e41bd33 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -24,7 +24,7 @@ in { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.initrd.luks.devices."luks-b84e6223-825f-4944-a6fe-16368b75c6de".device = "/dev/disk/by-uuid/b84e6223-825f-4944-a6fe-16368b75c6de"; + #boot.initrd.luks.devices."luks-b84e6223-825f-4944-a6fe-16368b75c6de".device = "/dev/disk/by-uuid/b84e6223-825f-4944-a6fe-16368b75c6de"; networking.hostName = "ymir"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.