move user and additional module handling into flake.nix

This commit is contained in:
Vinzenz Schroeter 2025-09-15 19:01:30 +02:00
parent 87062e05c4
commit 8fc672bfcf
15 changed files with 275 additions and 280 deletions

View file

@ -1,10 +1,7 @@
{ vinzenzNixosModules, ... }:
{
imports = [
./configuration.nix
./hardware.nix
vinzenzNixosModules.podman
./forgejo-runner.nix
];
}