aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/alpha/configuration.nix2
-rw-r--r--nixos/haruka/configuration.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index e825636..4129f8d 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -306,7 +306,7 @@
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
- nix.allowedUnfree = [ "steam" "steam-original" "steam-run" ];
+ nixpkgs.allowedUnfree = [ "steam" "steam-original" "steam-run" ];
environment.sessionVariables = {
WLR_NO_HARDWARE_CURSORS = "1"; # Prevent cursors disappearing on nouveau
diff --git a/nixos/haruka/configuration.nix b/nixos/haruka/configuration.nix
index 4182f2d..af27356 100644
--- a/nixos/haruka/configuration.nix
+++ b/nixos/haruka/configuration.nix
@@ -21,7 +21,7 @@
# TODO: broken >=6.6
services.xserver.videoDrivers = [ "intel" /* "displaylink" */];
- nix.allowedUnfree = [ "displaylink" ];
+ nixpkgs.allowedUnfree = [ "displaylink" ];
boot.initrd.supportedFilesystems = [ "zfs" ];
boot.supportedFilesystems = [ "zfs" ];