From 2ef56f1479e8b64fc656b29e89fbdec3969c8078 Mon Sep 17 00:00:00 2001 From: andromeda Date: Fri, 3 Apr 2026 21:26:04 +0200 Subject: tidy a bit --- machines.nix | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'machines.nix') diff --git a/machines.nix b/machines.nix index ca73b07..b9bf1b6 100644 --- a/machines.nix +++ b/machines.nix @@ -42,28 +42,16 @@ system = "x86_64-linux"; users = []; modules = [ - # impermanence - ./modules/nixos/impermanence.nix - ./modules/nixos/impermanence-ssh.nix - # hardware configuration - # verbatim as `nixos-generate-config` AND `system.stateVersion` + # from gitlab:whitequark/nixos-bite ./modules/nixos/machines/109-199-104-83.nix - ./modules/nixos/disko/remote.nix - - # boot process - # grub boot on /dev/sda - ./modules/nixos/boot/109-199-104-83.nix # 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 # andromeda@lenovo is the only user allowed access ./modules/nixos/networking/hard-ssh.nix - ./modules/nixos/networking/ssh-as-root.nix ({config, ...}: {users.users.root.openssh.authorizedKeys.keys = [config.pub-keys.ssh.andromeda];}) # simple-nixos-mailserver email server @@ -74,10 +62,6 @@ # webmail.domain ./modules/nixos/roundcube.nix - # matrix homeserver - # matrix.domain - ./modules/nixos/matrix-continuwuity.nix - # BROKEN # forgejo # git.domain -- cgit v1.3