summaryrefslogtreecommitdiff
path: root/machines.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-10 00:55:44 +0100
committerandromeda <andromeda@lenovo>2026-01-10 00:55:44 +0100
commit97fca4cc7e18985272119f1ab6b75865042a96e1 (patch)
tree9b752745052606adc5fc7a04ee3e3e1f6457f09e /machines.nix
parent243d7f3fc3a2ae23ea28bff7afb0af84f96c8851 (diff)
fix up remote 109-199-104-83
Diffstat (limited to 'machines.nix')
-rw-r--r--machines.nix11
1 files changed, 3 insertions, 8 deletions
diff --git a/machines.nix b/machines.nix
index be8023e..853a402 100644
--- a/machines.nix
+++ b/machines.nix
@@ -9,7 +9,7 @@
# hardware configuration
# includes `system.stateVersion`
- ./machines/lenovo.nix
+ ./modules/nixos/machines/lenovo.nix
# boot process
# systemd-boot
@@ -18,9 +18,6 @@
# networking
./modules/nixos/laptop.nix
- # boilerplate settings
- ./modules/nixos/common.nix
-
# ly display manager
./modules/nixos/ly.nix
@@ -41,7 +38,7 @@
# hardware configuration
# verbatim as `nixos-generate-config` AND `system.stateVersion`
- ./machines/109-199-104-83.nix
+ ./modules/nixos/machines/109-199-104-83.nix
# boot process
# grub boot on /dev/sda
@@ -49,6 +46,7 @@
# networking
./modules/nixos/networking/domains/galaxious.de.nix
+ # uses cloud-init to network
./modules/nixos/networking/networks/109-199-104-83.nix
# ssh through port 5522 among other things
@@ -57,9 +55,6 @@
./modules/nixos/networking/ssh-as-root.nix
({config, ...}: {users.users.root.openssh.authorizedKeys.keys = [config.pub-keys.ssh.andromeda];})
- # boilerplate settings
- ./modules/nixos/common.nix
-
# simple-nixos-mailserver email server
# mail.domain
./modules/nixos/mailserver.nix