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:
parent
63b5c41b96
commit
2582b7ba97
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue