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" {
|
nixosConfigurations.virtual = mkSystem "virtual" {
|
||||||
env = "hyprland";
|
env = "niri";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixosConfigurations.lucca = mkSystem "lucca" {
|
nixosConfigurations.lucca = mkSystem "lucca" {
|
||||||
|
|||||||
@@ -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 = [ ];
|
||||||
|
|||||||
Reference in New Issue
Block a user