plausible + other fixes
This commit is contained in:
@@ -9,9 +9,8 @@
|
||||
./hardware-configuration.nix
|
||||
../../config/base.nix
|
||||
];
|
||||
my = {
|
||||
my = import ./toggles.nix // {
|
||||
secureHost = true;
|
||||
enableProxy = true;
|
||||
users.nixremote = {
|
||||
enable = true;
|
||||
authorizedKeys = inputs.self.lib.getSshKeys [
|
||||
|
||||
10
hosts/vps/toggles.nix
Normal file
10
hosts/vps/toggles.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
enableProxy = true;
|
||||
servers = {
|
||||
postgres.enable = true;
|
||||
plausible = {
|
||||
enable = true;
|
||||
enableProxy = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user