nox/systems/test.eh22.intern.nix
2025-02-07 15:14:27 +01:00

14 lines
336 B
Nix

{
...
}:
{
imports = [ ];
# networking config
networking.useDHCP = true;
# DO NOT CHANGE
# this defines the first version of NixOS that was installed on the machine so that programs with non-migratable data files are kept compatible
home-manager.users.noc.home.stateVersion = "24.11";
system.stateVersion = "24.11";
}