add home nameservers and search domains on haze
This commit is contained in:
parent
898a75df1c
commit
4332ef2fa6
1 changed files with 8 additions and 0 deletions
|
|
@ -32,9 +32,17 @@
|
|||
networking.hostName = "haze";
|
||||
clan.core.networking.targetHost = "rpqt@haze.local";
|
||||
|
||||
networking.search = [
|
||||
"home.rpqt.fr"
|
||||
];
|
||||
|
||||
clan.core.settings.state-version.enable = true;
|
||||
|
||||
networking.nameservers = [
|
||||
self.nixosConfigurations.genepi.config.clan.core.vars.generators.zerotier.files.zerotier-ip.value
|
||||
self.nixosConfigurations.crocus.config.clan.core.vars.generators.zerotier.files.zerotier-ip.value
|
||||
];
|
||||
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
# Remote builds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue