zenix: update, rm cosmic
This commit is contained in:
parent
2219fb8619
commit
3c0e9c18de
9 changed files with 52 additions and 74 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue