mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
remove status user
This commit is contained in:
parent
07fc454ac0
commit
f94bcc2646
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
|
||||
users.users.status = {
|
||||
isNormalUser = true;
|
||||
home = "/home/status";
|
||||
extraGroups = [ "wheel" ];
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
(pkgs.fetchurl {
|
||||
url = "https://github.com/JulienMalka.keys";
|
||||
sha256 = "sha256-Ooh97vo6d4NR6xDhLpofWPYgImPFrwSWBOGxkZUWscQ=";
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
nix.settings.allowed-users = [ "status" ];
|
||||
}
|
Loading…
Add table
Reference in a new issue