aboutsummaryrefslogtreecommitdiffstats
path: root/roles/shared.nix
diff options
context:
space:
mode:
Diffstat (limited to 'roles/shared.nix')
-rw-r--r--roles/shared.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/roles/shared.nix b/roles/shared.nix
index 2eddf0f..f3b5cab 100644
--- a/roles/shared.nix
+++ b/roles/shared.nix
@@ -60,9 +60,6 @@
'';
};
system = {
- switch = {
- enable = true;
- };
activationScripts.diff = {
supportsDryActivation = true;
text = ''
@@ -328,7 +325,7 @@
"/share/applications"
];
systemPackages = with pkgs; [
- agenix.packages.${system}.default
+ agenix.packages.${pkgs.stdenv.hostPlatform.system}.default
clinfo
coreutils
curl
@@ -353,7 +350,6 @@
variables = {
EDITOR = "${pkgs.neovim}/bin/nvim";
LD_LIBRARY_PATH = "${pkgs.vulkan-loader}/lib:$LD_LIBRARY_PATH";
- NIXPKGS_ALLOW_UNFREE = 1;
QT_QPA_PLATFORM = "xcb";
SYSTEMD_COLORS = 256;
SYSTEMD_LOG_COLOR = 1;