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