Removed work configuration

This commit is contained in:
Tim Schubert 2021-12-11 23:13:02 +01:00
parent b5c1342a9c
commit aca8c411cd
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
4 changed files with 1 additions and 88 deletions

View file

@ -32,11 +32,4 @@ in
extraModules = [ ./home ];
stateVersion = "20.09";
};
work = hmConfiguration rec {
extraModules = [ ./work ];
homeDirectory = "/home/${username}";
username = "tim.schubert";
stateVersion = "20.09";
};
}