From 97fca4cc7e18985272119f1ab6b75865042a96e1 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 10 Jan 2026 00:55:44 +0100 Subject: fix up remote 109-199-104-83 --- machines.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'machines.nix') 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 -- cgit v1.3