Compare commits

..

No commits in common. "c8bf78999aa50596e9ee6d5240ee2666ab9eb8d1" and "3603fe28a764f35f053768ee41ea19a7a6660c79" have entirely different histories.

2 changed files with 0 additions and 21 deletions

View File

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

View File

@ -11,7 +11,5 @@ in
config = mkIf cfg.enable {
# TODO: Add sudo users to the networkmanager group?
networking.networkmanager.enable = true;
networking.firewall.checkReversePath = false;
};
}