zenix: update, rm cosmic

This commit is contained in:
Tristan 2025-08-30 16:32:18 +01:00
parent 2219fb8619
commit 3c0e9c18de
9 changed files with 52 additions and 74 deletions

View file

@ -1,12 +1,9 @@
{
config,
lib,
pkgs,
modulesPath,
user,
...
}: let
user = config.user;
in {
}: {
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
./ddc.nix
@ -31,10 +28,6 @@ in {
options = ["noatime"];
};
# boot.initrd.luks.devices."usbkey" = {
# device = "/dev/disk/by-label/usbkey1";
# };
boot.initrd.luks.devices."cryptroot" = {
device = "/dev/disk/by-uuid/cc0617df-8cbf-4618-abbc-df64c96de151";
};