set some hostnames
This commit is contained in:
parent
7e35ac6d43
commit
820cd1c047
1 changed files with 15 additions and 2 deletions
17
common.nix
17
common.nix
|
@ -87,8 +87,21 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"192.168.88.251" = builtins.attrNames self.nixosConfigurations.mio-mio-mate.config.services.nginx.virtualHosts;
|
"192.168.88.251" = (builtins.attrNames self.nixosConfigurations.mio-mio-mate.config.services.nginx.virtualHosts)
|
||||||
"192.168.88.1" = [ "router" ];
|
++ [
|
||||||
|
"dns"
|
||||||
|
self.nixosConfigurations.mio-mio-mate.config.networking.hostName
|
||||||
|
];
|
||||||
|
"192.168.88.252" = [
|
||||||
|
self.nixosConfigurations.club-mate.config.networking.hostName
|
||||||
|
];
|
||||||
|
"192.168.88.253" = [
|
||||||
|
self.nixosConfigurations.flora-mate.config.networking.hostName
|
||||||
|
"ap"
|
||||||
|
];
|
||||||
|
"192.168.88.1" = [
|
||||||
|
"router"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue