hosts/plover: restructure host-specific profiles

This commit is contained in:
Gabriel Arazas 2023-12-11 19:37:27 +08:00
parent 9ab0f0c201
commit f53ac7e8b9
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# Since this will be rarely configured, make sure to import the appropriate # Since this will be rarely configured, make sure to import the appropriate
# hardware modules depending on the hosting provider (and even just the # hardware modules depending on the hosting provider (and even just the
# server). # server).
./modules/hardware/hetzner-cloud-cx21.nix ./modules/profiles/hetzner-cloud-cx21.nix
# The users for this host. # The users for this host.
(lib.getUser "nixos" "admin") (lib.getUser "nixos" "admin")