ajout hostname pour {radx, hydra, ocean}

pull/7/head 2017-01-29-radx
Jean-Pierre PRUNARET 8 years ago
parent c11cd5d456
commit 65a21c197c

@ -210,6 +210,7 @@ in
## Affectation des profils aux machines
(mkIf comp.isHydra {
networking.hostName = "hydra.prunetwork.fr"; # Define your hostname.
r6d.profiles = {
isPrunetwork = true;
isServer = true;
@ -226,6 +227,7 @@ in
};
})
(mkIf comp.isOcean {
networking.hostName = "ocean.prunetwork.fr"; # Define your hostname.
r6d.profiles = {
isPrunetwork = true;
isServer = true;
@ -241,6 +243,7 @@ in
};
})
(mkIf comp.isRadx {
networking.hostName = "radx.prunetwork.fr"; # Define your hostname.
r6d.profiles = {
isHome = true;
isPrunetwork = true;

Loading…
Cancel
Save