Added oddjob VM

This commit is contained in:
Jan-Bulthuis 2025-06-07 21:15:31 +02:00
parent 61d207db04
commit 936d654877
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
lib,
pkgs,
config,
...
}:
{
# State version
system.stateVersion = "24.11";
# Machine hostname
networking.hostName = "vm-vpn";
# Enabled modules
modules = {
profiles.vm.enable = true;
};
# Setup NAS Backup Job
}

View File

@ -0,0 +1,7 @@
{ ... }:
{
home.stateVersion = "24.11";
modules.profiles.base.enable = true;
}