mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
thinkman: hotfix serverle dns-settings
This commit is contained in:
parent
6cdaca8da6
commit
9eb4bc1e5e
2 changed files with 12 additions and 2 deletions
|
@ -4,8 +4,9 @@
|
|||
./boot.nix
|
||||
./disks.nix
|
||||
./hardware-configuration.nix
|
||||
./services.nix
|
||||
./network.nix
|
||||
./profiles.nix
|
||||
./services.nix
|
||||
./system.nix
|
||||
../../legacy/modules/desktop-default.nix
|
||||
../../legacy/modules/desktop-development.nix
|
||||
|
@ -28,7 +29,6 @@
|
|||
# needed for cross-compilation
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
|
||||
system = {
|
||||
stateVersion = "22.11";
|
||||
autoUpgrade.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue