Revert "Restructure NixOS host configuration files"
This reverts commit f92ad2b5ab
.
This commit is contained in:
parent
51fc0af70e
commit
96bbb1934a
10 changed files with 114 additions and 70 deletions
32
nix/hosts/lemp11/default.nix
Normal file
32
nix/hosts/lemp11/default.nix
Normal file
|
@ -0,0 +1,32 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
features = {
|
||||
cli = {
|
||||
docker.enable = true;
|
||||
};
|
||||
|
||||
desktop = {
|
||||
autorandr.enable = true;
|
||||
gaming.enable = true;
|
||||
peek.enable = true;
|
||||
};
|
||||
|
||||
homelab = {
|
||||
forgejo.enable = true;
|
||||
gitea.enable = true;
|
||||
immich.enable = true;
|
||||
jellyfin.enable = true;
|
||||
paperless.enable = true;
|
||||
pihole.enable = true;
|
||||
tubearchivist-container.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
../common
|
||||
../../users/opdavies
|
||||
|
||||
./configuration.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue