From 2a9cccc98bd1a8b0019b858aa4f9c21c7efb8b0b Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 15 Jan 2024 13:21:14 +0900 Subject: project!: disambiguate nix,nixpkgs options --- nixos/alpha/configuration.nix | 2 +- nixos/haruka/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos') 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" ]; -- cgit 1.4.1