This commit is contained in:
2025-09-26 10:28:50 +02:00
parent 9bed60a97e
commit 6b4c870c40
2 changed files with 2 additions and 1 deletions

View File

@@ -84,7 +84,7 @@
}; };
nixosConfigurations.virtual = mkSystem "virtual" { nixosConfigurations.virtual = mkSystem "virtual" {
env = "hyprland"; env = "niri";
}; };
nixosConfigurations.lucca = mkSystem "lucca" { nixosConfigurations.lucca = mkSystem "lucca" {

View File

@@ -34,6 +34,7 @@
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-label/boot"; { device = "/dev/disk/by-label/boot";
fsType = "vfat"; fsType = "vfat";
options = ["umask=007"];
}; };
swapDevices = [ ]; swapDevices = [ ];