mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/plover: update config
This commit is contained in:
parent
a3d3bb0164
commit
3889429ac2
@ -10,8 +10,10 @@ in
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
(lib.getUser "nixos" "plover")
|
||||
(lib.getUser "nixos" "admin")
|
||||
|
||||
(lib.mapHomeManagerUser "plover" {})
|
||||
(lib.getUser "nixos" "plover")
|
||||
];
|
||||
|
||||
sops.secrets =
|
||||
@ -46,6 +48,8 @@ in
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
|
||||
# Server blocks with no forcing of SSL are static sites so it is pretty
|
||||
# much OK.
|
||||
virtualHosts = {
|
||||
# Personal website.
|
||||
"${domain}" = {
|
||||
|
Loading…
Reference in New Issue
Block a user