profiles/mercury-vm,profiles/cybercluster-vm: Add profiles for Proxmox VMs
This commit is contained in:
configuration/proxmox-vm
hosts
backup-4
clerie-backup
dn42-il-gw1
dn42-il-gw5
dn42-il-gw6
dn42-ildix-clerie
dn42-ildix-service
hydra-1
hydra-2
monitoring-3
nonat
osmium
storage-2
profiles
16
profiles/fem-net/default.nix
Normal file
16
profiles/fem-net/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ config, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
|
||||
options.profiles.clerie.fem-net = {
|
||||
enable = mkEnableOption "Profile for FeM-Net";
|
||||
};
|
||||
|
||||
config = mkIf config.profiles.clerie.fem-net.enable {
|
||||
|
||||
networking.nameservers = [ "2001:638:904:ffcc::3" "2001:638:904:ffcc::4" "141.24.40.3" "141.24.40.4" ];
|
||||
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user