profiles/mercury-vm,profiles/cybercluster-vm: Add profiles for Proxmox VMs
This commit is contained in:
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