Merge default.nix files into configuration.nix
This commit is contained in:
parent
6cd711920b
commit
30f336f05b
10 changed files with 92 additions and 121 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue