devices.nas: set marches

This commit is contained in:
2025-11-17 11:00:51 +08:00
parent bc4a29043d
commit 5702d9afdf

View File

@@ -25,6 +25,7 @@ inputs:
};
initrd.sshd = {};
nixpkgs.march = "alderlake";
nix.marches = inputs.topInputs.self.nixosConfigurations.pc.config.nixos.system.nix.marches;
network.settings.static.enp3s0 =
{ ip = "192.168.1.2"; mask = 24; gateway = "192.168.1.1"; dns = "192.168.1.1"; };
kernel.patches = [ "btrfs" ];