summaryrefslogtreecommitdiff
path: root/machines.nix
diff options
context:
space:
mode:
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