1
Fork 0
mirror of https://github.com/RGBCube/NCC synced 2025-05-14 03:54:59 +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
No known key found for this signature in database

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