fix up remote 109-199-104-83

This commit is contained in:
andromeda
2026-01-10 00:55:44 +01:00
parent 243d7f3fc3
commit 97fca4cc7e
9 changed files with 62 additions and 61 deletions

View File

@@ -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