mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
refactor(dnsmasq): system host info
This commit is contained in:
parent
86ac38cf2c
commit
6c88d99ae6
30 changed files with 841 additions and 288 deletions
10
systems/u7pro/default.nix
Normal file
10
systems/u7pro/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
_: {
|
||||
type = "Linux";
|
||||
access.hostName = "u7-pro";
|
||||
network.networks = {
|
||||
local = {
|
||||
address4 = "10.1.1.3";
|
||||
address6 = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue