commit 6b38d2a7296d5626f830f94bc7bfa7a0fc280c07
parent 695fa272a5c29b1b5381d735c392b7fe250ad56d
Author: breadcat <breadcat@users.noreply.github.com>
Date: Sat, 20 Dec 2025 15:16:56 +0000
Lingering file renames
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/machines/arcadia.nix b/machines/arcadia.nix
@@ -9,7 +9,6 @@ let machine = "arcadia"; in {
(import ../common/home-manager.nix { inherit machine fullname username domain email sshkey sshport timezone postcode address htpasswd vpnusername vpnpassword todosecret privatekey matrixuser matrixserver; })
../common/audio.nix
../common/autologin.nix
- ../common/dhcp.nix
../common/emulators.nix
../common/flakes.nix
../common/fonts.nix
@@ -18,6 +17,7 @@ let machine = "arcadia"; in {
../common/kodi.nix
../common/locale.nix
../common/mount-drives.nix
+ ../common/networking.nix
../common/nfs.nix
../common/packages.nix
../common/ssh.nix
diff --git a/machines/artemis.nix b/machines/artemis.nix
@@ -7,12 +7,12 @@ let machine = "artemis"; in {
imports = [
(import ../common/variables.nix { inherit machine fullname username domain email sshkey sshport timezone postcode address htpasswd vpnusername vpnpassword todosecret privatekey matrixuser matrixserver; })
(import ../common/home-manager.nix { inherit machine fullname username domain email sshkey sshport timezone postcode address htpasswd vpnusername vpnpassword todosecret privatekey matrixuser matrixserver; })
- ../common/dhcp.nix
../common/docker.nix
../common/flakes.nix
../common/garbage.nix
../common/locale.nix
../common/mount-drives.nix
+ ../common/networking.nix
../common/packages.nix
../common/ssh.nix
../common/syncthing.nix
diff --git a/machines/minerva.nix b/machines/minerva.nix
@@ -10,13 +10,13 @@ let machine = "minerva"; in {
../common/audio.nix
../common/autologin.nix
../common/devel.nix
- ../common/dhcp.nix
../common/flakes.nix
../common/fonts.nix
../common/garbage.nix
../common/hyprland.nix
../common/locale.nix
../common/mount-drives.nix
+ ../common/networking.nix
../common/nfs.nix
../common/nur.nix
../common/packages.nix