common hosts file
This commit is contained in:
parent
d4f7819c3b
commit
7eca12a6cf
3 changed files with 23 additions and 28 deletions
|
@ -11,6 +11,7 @@ in {
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
"${inputs.testpkgs}/nixos/modules/services/web-servers/caddy"
|
||||
../common.nix
|
||||
];
|
||||
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
|
@ -181,8 +182,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
dbBackend = "postgresql";
|
||||
|
@ -237,12 +236,6 @@ in {
|
|||
|
||||
programs.fuse.userAllowOther = true;
|
||||
|
||||
nix.optimise = {
|
||||
automatic = true;
|
||||
dates = [ "03:45" ];
|
||||
};
|
||||
nix.settings.auto-optimise-store = true;
|
||||
|
||||
services.hedgedoc = {
|
||||
enable = true;
|
||||
environmentFile = "/run/secrets/hedgedoc";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue