update to 21.05
This commit is contained in:
parent
cc0fb9637e
commit
672e72cfd1
@ -115,6 +115,7 @@
|
||||
git = {
|
||||
description = "Git server user";
|
||||
home = "/var/lib/gitea";
|
||||
isSystemUser = true;
|
||||
useDefaultShell = true;
|
||||
};
|
||||
};
|
||||
|
@ -33,6 +33,7 @@ in {
|
||||
|
||||
users.extraUsers."${cfg.user}" = {
|
||||
home = cfg.dataDir;
|
||||
isSystemUser = true;
|
||||
createHome = true;
|
||||
description = "asjon user";
|
||||
shell = "${pkgs.bash}/bin/bash";
|
||||
|
@ -3,8 +3,8 @@
|
||||
{
|
||||
imports = [
|
||||
(builtins.fetchTarball {
|
||||
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/nixos-20.09/nixos-mailserver-nixos-20.09.tar.gz";
|
||||
sha256 = "0vsvgxxg5cgmzwj98171j7h5l028f1yq784alb3lxgbk8znfk51y";
|
||||
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/nixos-21.05/nixos-mailserver-nixos-21.05.tar.gz";
|
||||
sha256 = "1fwhb7a5v9c98nzhf3dyqf3a5ianqh7k50zizj8v5nmj3blxw4pi";
|
||||
})
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user