diff options
| author | Leander Scherer <leander@schererleander.de> | 2026-01-08 18:02:22 +0100 |
|---|---|---|
| committer | Leander Scherer <leander@schererleander.de> | 2026-01-08 19:08:13 +0100 |
| commit | 4af8e542fb6e12d41a6101d0d49724a2a86a356c (patch) | |
| tree | b68f8c5cb5372139fe41ac9d8e1a36cb65e33aae /hosts/adam | |
| parent | 8a4e66f3c36fb55e59596ef4be865a96e500df9f (diff) | |
feat(adam): configure localisation, networking
Diffstat (limited to 'hosts/adam')
| -rw-r--r-- | hosts/adam/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/adam/configuration.nix b/hosts/adam/configuration.nix index 6b79fe8..0abfeac 100644 --- a/hosts/adam/configuration.nix +++ b/hosts/adam/configuration.nix @@ -85,6 +85,7 @@ nx = { desktop.kde.enable = true; + dns.enable = true; user.${username} = { stateVersion = "25.11"; |
