mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
devices.nas: fix nix march
This commit is contained in:
@@ -19,7 +19,12 @@ inputs:
|
||||
};
|
||||
initrd.sshd = {};
|
||||
nixpkgs.march = "silvermont";
|
||||
nix.substituters = [ "https://nix-store.pc.chn.moe" ];
|
||||
nix =
|
||||
{
|
||||
substituters = [ "https://nix-store.pc.chn.moe" ];
|
||||
# needed by mounted-store on pc
|
||||
inherit (inputs.topInputs.self.nixosConfigurations.pc.config.nixos.system.nix) marches;
|
||||
};
|
||||
networking = {};
|
||||
};
|
||||
hardware = { cpus = [ "intel" ]; gpu.type = "intel"; };
|
||||
|
||||
Reference in New Issue
Block a user