This commit is contained in:
Greg Burd 2023-09-28 13:18:40 -04:00
parent 489bbeef3c
commit 825ce66d15
No known key found for this signature in database
GPG key ID: 1FC1E7793410DE46
2 changed files with 0 additions and 8 deletions

View file

@ -1,7 +0,0 @@
{ config, ... }:
let hostname = config.networking.hostName;
in {
boot.initrd = {
luks.devices."${hostname}".device = "/dev/disk/by-label/${hostname}_crypt";
};
}

View file

@ -8,7 +8,6 @@
(import ./disks.nix)
../_mixins/hardware/systemd-boot.nix
../_mixins/filesystems/encrypted-root.nix
../_mixins/services/bluetooth.nix
../_mixins/services/pipewire.nix
../_mixins/virt