Remove Jimbo's home manager, this will mostly be a headless system
This commit is contained in:
parent
c4d69ff019
commit
9115983c81
21 changed files with 3 additions and 1010 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, jimhome, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
users.users.jimbo = {
|
||||
hashedPassword = config.secrets.jimboAccPass;
|
||||
|
@ -23,6 +23,4 @@
|
|||
uid = 1000;
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
home-manager.users.jimbo = import ../../../../../home/jimbo;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue