Merge default.nix files into configuration.nix

This commit is contained in:
Oliver Davies 2025-01-08 08:54:14 +00:00
parent 6cd711920b
commit 30f336f05b
10 changed files with 92 additions and 121 deletions

View file

@ -15,10 +15,33 @@
./hardware-configuration.nix
../common
../../users/opdavies
../../users/eric
../../users/luke
];
features = {
cli = {
docker.enable = true;
};
desktop = {
autorandr.enable = true;
gaming.enable = true;
peek.enable = true;
};
homelab = {
gitea.enable = true;
immich.enable = true;
jellyfin.enable = true;
paperless.enable = true;
pihole.enable = true;
tubearchivist-container.enable = true;
};
};
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
# Bootloader.