mirror of
https://github.com/RGBCube/ncc
synced 2025-05-31 05:58:11 +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;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
backup = {
|
|
||||||
description = "Backup";
|
|
||||||
openssh.authorizedKeys.keys = keys.all;
|
|
||||||
hashedPasswordFile = config.secrets.password.path;
|
|
||||||
isNormalUser = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users = {
|
home-manager.users = {
|
||||||
root = {};
|
root = {};
|
||||||
floppy = {};
|
floppy = {};
|
||||||
backup = {};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = let
|
networking = let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue