diff options
| author | Kleidi Bujari <mail@4kb.net> | 2025-02-13 15:53:54 -0500 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2025-02-13 15:53:54 -0500 |
| commit | 0287a28426b6fc8452e73d037820213638c97659 (patch) | |
| tree | 5c21bd3cb3f4c9a6cdd679259db3726ca4d3a986 /machines/xnet/net/default.nix | |
| parent | 221d7084c23dce02e3f47ab18db2bfba78efe83b (diff) | |
| download | depot-0287a28426b6fc8452e73d037820213638c97659.tar.gz depot-0287a28426b6fc8452e73d037820213638c97659.tar.bz2 depot-0287a28426b6fc8452e73d037820213638c97659.zip | |
feb2025 sprint
Diffstat (limited to 'machines/xnet/net/default.nix')
| -rw-r--r-- | machines/xnet/net/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/xnet/net/default.nix b/machines/xnet/net/default.nix index 9673792..8258ea6 100644 --- a/machines/xnet/net/default.nix +++ b/machines/xnet/net/default.nix @@ -59,6 +59,7 @@ in { imports = [ ./sshd.nix + ./dns.nix ]; options.xnet.net = { @@ -76,6 +77,9 @@ in }; config = mkIf ((length cfg.join) > 0) { + # networkd will handle this + networking.useDHCP = false; + systemd.network = let name = config.networking.hostName; |
