refactor(hosts): move host configurations into folders

This commit is contained in:
Felix Schröter 2025-05-01 16:08:47 +02:00
parent 7e5e0d2c87
commit 02115fe73d
Signed by: felschr
GPG key ID: 671E39E6744C807D
5 changed files with 48 additions and 47 deletions

View file

@ -12,7 +12,7 @@
inputs.nixos-hardware.nixosModules.common-gpu-amd
(self.lib.createSystemModule "home-pc" {
hardwareConfig = ../hardware/home-pc.nix;
config = ../hosts/home-pc.nix;
config = ../hosts/home-pc/default.nix;
})
self.lib.createMediaGroup
(self.lib.createUserModule "felschr" {
@ -51,7 +51,7 @@
inputs.matrix-appservices.nixosModule
(self.lib.createSystemModule "home-server" {
hardwareConfig = ../hardware/lattepanda.nix;
config = ../hosts/home-server.nix;
config = ../hosts/home-server/default.nix;
})
self.lib.createMediaGroup
(self.lib.createUserModule "felschr" {