mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
feat(nkvm): reisen
This commit is contained in:
parent
1fd6cbd510
commit
35772eef32
4 changed files with 48 additions and 0 deletions
19
systems/kvm-reisen/default.nix
Normal file
19
systems/kvm-reisen/default.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{...}: {
|
||||
type = "Linux";
|
||||
network.networks = {
|
||||
local = {
|
||||
slaac.enable = false;
|
||||
address4 = "10.1.1.9";
|
||||
address6 = null;
|
||||
};
|
||||
tail = {
|
||||
address4 = "100.127.157.98";
|
||||
address6 = "fd7a:115c:a1e0::1901:9d62";
|
||||
};
|
||||
};
|
||||
exports.services = {
|
||||
tailscale.enable = true;
|
||||
sshd.enable = true;
|
||||
#nkvm.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue