Merged Host/Home Opt into SysOpt
All checks were successful
Nix Build / build-nixos (push) Successful in 5m27s
All checks were successful
Nix Build / build-nixos (push) Successful in 5m27s
This commit is contained in:
@ -1,32 +1,9 @@
|
||||
{ config, inputs, ... }: {
|
||||
imports = with inputs.hardware.nixosModules; [
|
||||
./hardware-configuration.nix
|
||||
common-cpu-intel
|
||||
common-gpu-intel
|
||||
];
|
||||
|
||||
hostcfg = {
|
||||
hostname = "avalon";
|
||||
username = "sora";
|
||||
make = {
|
||||
gui = false;
|
||||
cli = true;
|
||||
virt = true;
|
||||
power = false;
|
||||
game = false;
|
||||
};
|
||||
net = {
|
||||
wlp = {
|
||||
enable = false;
|
||||
nif = "";
|
||||
};
|
||||
wg = {
|
||||
enable = true;
|
||||
ip4 = "10.10.1.2/32";
|
||||
ip6 = "fd10:10:10::2/128";
|
||||
pk = config.sops.secrets.avalon_wg_priv.path;
|
||||
};
|
||||
};
|
||||
};
|
||||
imports = with inputs.hardware.nixosModules;
|
||||
[
|
||||
./hardware.nix
|
||||
# common-cpu-intel
|
||||
# common-gpu-intel
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user