Don't set system
This commit is contained in:
parent
c02318ca00
commit
b072fed747
|
@ -14,7 +14,6 @@
|
||||||
hosts = hostlib.base-host-config ./config/hosts;
|
hosts = hostlib.base-host-config ./config/hosts;
|
||||||
in nixpkgs.lib.mapAttrs (hostname: hostOpts: let
|
in nixpkgs.lib.mapAttrs (hostname: hostOpts: let
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
system = hostOpts.arch;
|
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
|
|
Loading…
Reference in New Issue