1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: remove recursive-nix

This commit is contained in:
oddlama 2023-06-25 22:57:43 +02:00
parent 5bc7fa310b
commit 02a8544825
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 2 additions and 3 deletions

View file

@ -14,7 +14,6 @@
auto-optimise-store = true; auto-optimise-store = true;
allowed-users = ["@wheel"]; allowed-users = ["@wheel"];
trusted-users = ["root" "@wheel"]; trusted-users = ["root" "@wheel"];
system-features = ["recursive-nix"];
substituters = [ substituters = [
"https://nix-config.cachix.org" "https://nix-config.cachix.org"
"https://nix-community.cachix.org" "https://nix-community.cachix.org"
@ -31,7 +30,7 @@
distributedBuilds = true; distributedBuilds = true;
extraOptions = '' extraOptions = ''
builders-use-substitutes = true builders-use-substitutes = true
experimental-features = nix-command flakes recursive-nix experimental-features = nix-command flakes
flake-registry = /etc/nix/registry.json flake-registry = /etc/nix/registry.json
''; '';
nixPath = ["nixpkgs=/run/current-system/nixpkgs"]; nixPath = ["nixpkgs=/run/current-system/nixpkgs"];

View file

@ -41,7 +41,7 @@
isoImage.isoName = lib.mkForce "nixos-image-${nodeName}.iso"; isoImage.isoName = lib.mkForce "nixos-image-${nodeName}.iso";
system.stateVersion = self.stateVersion; system.stateVersion = self.stateVersion;
nix.extraOptions = '' nix.extraOptions = ''
experimental-features = nix-command flakes recursive-nix experimental-features = nix-command flakes
''; '';
console.keyMap = "de-latin1-nodeadkeys"; console.keyMap = "de-latin1-nodeadkeys";