forked from Bos55/nix-config
feat(attic): extract attic to service module, add cache host, configure reverse proxy/DNS
This commit is contained in:
parent
ccfa328771
commit
de1ee54b8b
8 changed files with 213 additions and 2 deletions
|
|
@ -1,12 +1,14 @@
|
|||
{
|
||||
imports = [
|
||||
./secrets.nix
|
||||
./substituters.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
homelab = {
|
||||
services.openssh.enable = true;
|
||||
users.admin.enable = true;
|
||||
common.substituters.enable = true;
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue