summaryrefslogtreecommitdiff
path: root/machines.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-03 21:26:04 +0200
committerandromeda <andromeda@lenovo>2026-04-03 21:26:04 +0200
commit2ef56f1479e8b64fc656b29e89fbdec3969c8078 (patch)
treea858066f1122bc436c84ca63ed37f01761289bba /machines.nix
parentde1879b9a0b9a412068785d81cc17bbf947d0eef (diff)
tidy a bit
Diffstat (limited to 'machines.nix')
-rw-r--r--machines.nix18
1 files changed, 1 insertions, 17 deletions
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