diff --git a/flake.nix b/flake.nix index 407bb70..6f1c597 100644 --- a/flake.nix +++ b/flake.nix @@ -84,7 +84,7 @@ }; nixosConfigurations.virtual = mkSystem "virtual" { - env = "hyprland"; + env = "niri"; }; nixosConfigurations.lucca = mkSystem "lucca" { diff --git a/hosts/virtual/hardware-configuration.nix b/hosts/virtual/hardware-configuration.nix index cae288f..ed170d7 100644 --- a/hosts/virtual/hardware-configuration.nix +++ b/hosts/virtual/hardware-configuration.nix @@ -34,6 +34,7 @@ fileSystems."/boot" = { device = "/dev/disk/by-label/boot"; fsType = "vfat"; + options = ["umask=007"]; }; swapDevices = [ ];