1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-25 17:17:44 +00:00

feat: delete backup user on disk

This commit is contained in:
RGBCube 2025-05-01 01:54:06 +03:00
parent 63b5c41b96
commit 2582b7ba97
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -23,19 +23,11 @@ in {
isNormalUser = true;
extraGroups = [ "wheel" ];
};
backup = {
description = "Backup";
openssh.authorizedKeys.keys = keys.all;
hashedPasswordFile = config.secrets.password.path;
isNormalUser = true;
};
};
home-manager.users = {
root = {};
floppy = {};
backup = {};
};
networking = let