feat: remove scf user
parent
1f6320c395
commit
37087249ac
|
@ -92,7 +92,6 @@
|
|||
./users.nix
|
||||
./machines/yoga/configuration.nix
|
||||
./machines/yoga/hardware-configuration.nix
|
||||
./machines/yoga/users.nix
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
|
@ -105,11 +104,6 @@
|
|||
./machines/yoga/home-${user}.nix
|
||||
];
|
||||
};
|
||||
home-manager.users.scf = {
|
||||
imports = [
|
||||
./machines/yoga/home-scf.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
{ config, lib, pkgs, user, ... }:
|
||||
|
||||
{ }
|
||||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue