Update config for staubfinger

This commit is contained in:
Andreas Zweili 2023-06-12 15:23:09 +02:00
parent 60456ba0f1
commit 3862dcbcb0
1 changed files with 5 additions and 3 deletions

View File

@ -20,13 +20,14 @@
"acpi_osi="
];
boot.initrd.luks.devices."cryptlvm".device = "/dev/sda2";
boot.loader.efi.efiSysMountPoint = "/boot/efi";
fileSystems."/" = {
device = "/dev/disk/by-label/nixos";
device = "/dev/disk/by-uuid/5d2e0ae2-8604-4921-b8b7-731358220a0f";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-label/BOOT";
fileSystems."/boot/efi" = {
device = "/dev/disk/by-uuid/ED86-8844";
fsType = "vfat";
};
@ -44,6 +45,7 @@
programs = {
az-lockscreen.enable = true;
az-makemkv.enable = true;
az-restic-management.enable = true;
az-tmux.enable = true;
};
services = {