mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
.
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
};
|
||||
|
||||
nixosConfigurations.virtual = mkSystem "virtual" {
|
||||
env = "hyprland";
|
||||
env = "niri";
|
||||
};
|
||||
|
||||
nixosConfigurations.lucca = mkSystem "lucca" {
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-label/boot";
|
||||
fsType = "vfat";
|
||||
options = ["umask=007"];
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
Reference in New Issue
Block a user