chore: cleanup + flake update
This commit is contained in:
@@ -14,13 +14,11 @@
|
||||
./dyndns
|
||||
];
|
||||
|
||||
users.users = {
|
||||
leonhard = {
|
||||
initialPassword = "leonhard";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
openssh.authorizedKeys.keys = config.kekleo.publicKeys;
|
||||
};
|
||||
users.users.leonhard = {
|
||||
initialPassword = "leonhard";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
openssh.authorizedKeys.keys = config.kekleo.publicKeys;
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
sops.secrets.dyndns = {
|
||||
format = "dotenv";
|
||||
sopsFile = ./dyndns.env;
|
||||
mode = "0400";
|
||||
owner = config.systemd.services.dyndns.serviceConfig.User;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user