Update systems/iriy/default.nix
This commit is contained in:
parent
b22bb6f992
commit
3e2789be99
@ -1,32 +1,32 @@
|
|||||||
{ config, inputs, ... }: {
|
{ config, inputs, ... }: {
|
||||||
imports = with inputs.hardware.nixosModules; [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
common-cpu-amd
|
#common-cpu-amd
|
||||||
common-gpu-amd
|
#common-gpu-amd
|
||||||
];
|
];
|
||||||
|
|
||||||
hostcfg = {
|
hostcfg = {
|
||||||
hostname = "iriy";
|
hostname = "iriy";
|
||||||
username = "sora";
|
username = "sora";
|
||||||
make = {
|
make = {
|
||||||
gui = true;
|
gui = true;
|
||||||
cli = true;
|
cli = true;
|
||||||
virt = true;
|
virt = true;
|
||||||
power = false;
|
power = false;
|
||||||
game = true;
|
game = true;
|
||||||
};
|
};
|
||||||
net = {
|
net = {
|
||||||
wlp = {
|
wlp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nif = "wlp11s0";
|
nif = "wlp11s0";
|
||||||
};
|
};
|
||||||
wg = {
|
wg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ip4 = "10.10.1.7/32";
|
ip4 = "10.10.1.7/32";
|
||||||
ip6 = "fd10:10:10::7/128";
|
ip6 = "fd10:10:10::7/128";
|
||||||
pk = config.sops.secrets.iriy_wg_priv.path;
|
pk = config.sops.secrets.iriy_wg_priv.path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user