feat: remove scf user

This commit is contained in:
Michael Mandl 2022-10-03 16:30:47 +02:00
parent 1f6320c395
commit 37087249ac
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
3 changed files with 0 additions and 27 deletions

View file

@ -1,4 +0,0 @@
{ config, lib, pkgs, user, ... }:
{ }

View file

@ -1,17 +0,0 @@
{ config, pkgs, ... }:
{
users = {
mutableUsers = false;
users.scf = {
isNormalUser = true;
uid = 1666;
home = "/home/scf";
shell = pkgs.zsh;
extraGroups = [ "networkmanager" "audio" "video" "input" ];
hashedPassword = "$6$Qir9N5iTjWLdGyCg$MagaKGdyj4uAEZQ9BxIQuVVkMALnxa5eaq1c6JJMPb3h6kQCXqfzbZRdnP0ddH46W55PwxeipCgXX82gzcndZ0";
};
};
}