diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-01 07:52:10 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-01 07:52:10 +0200 |
| commit | 43871910aed3eeb2f2981b723013981870ad8833 (patch) | |
| tree | f893655e094685c129aa3b68cf690ae6627220c2 /roles/shared.nix | |
| parent | dbb4480f0ff6ef5086460c6bd77bb84ea6055785 (diff) | |
| download | nixos-43871910aed3eeb2f2981b723013981870ad8833.tar.zst | |
Update general evaluation and use inbuild mail systemd file
Diffstat (limited to 'roles/shared.nix')
| -rw-r--r-- | roles/shared.nix | 6 |
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; |
