cleanup
This commit is contained in:
parent
01e1e23a01
commit
66c8d3ee0c
5 changed files with 7 additions and 33 deletions
|
|
@ -13,9 +13,8 @@
|
||||||
users.users.till = {
|
users.users.till = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Till";
|
description = "Till";
|
||||||
extraGroups = [
|
extraGroups = [ "wheel" ];
|
||||||
"wheel"
|
shell = pkgs.fish;
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
];
|
];
|
||||||
shell = pkgs.fish;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
|
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
users.users.laura = {
|
|
||||||
home = "/home/laura";
|
|
||||||
isNormalUser = true;
|
|
||||||
description = "Laura";
|
|
||||||
extraGroups = [
|
|
||||||
"networkmanager"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
users.users.laura = {
|
|
||||||
home = "/home/laura";
|
|
||||||
isNormalUser = true;
|
|
||||||
description = "Laura";
|
|
||||||
extraGroups = [
|
|
||||||
"networkmanager"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -18,6 +18,11 @@
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
security.acme = {
|
||||||
|
acceptTerms = true;
|
||||||
|
defaults.email = "till@ktiu.net";
|
||||||
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."outline.ktiu.net" = {
|
services.nginx.virtualHosts."outline.ktiu.net" = {
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
@ -37,9 +42,4 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
security.acme = {
|
|
||||||
acceptTerms = true;
|
|
||||||
defaults.email = "till@ktiu.net";
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue