Compare commits
2 Commits
3603fe28a7
...
c8bf78999a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c8bf78999a | ||
![]() |
0d25c1deff |
19
hosts/vm-test/configuration.nix
Normal file
19
hosts/vm-test/configuration.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
# State version
|
||||
system.stateVersion = "24.11";
|
||||
|
||||
# Machine hostname
|
||||
networking.hostName = "vm-test";
|
||||
|
||||
# Enabled modules
|
||||
modules = {
|
||||
profiles.vm.enable = true;
|
||||
};
|
||||
}
|
@ -11,5 +11,7 @@ in
|
||||
config = mkIf cfg.enable {
|
||||
# TODO: Add sudo users to the networkmanager group?
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
networking.firewall.checkReversePath = false;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user