prune
This commit is contained in:
@@ -18,16 +18,10 @@ in
|
||||
modules = with inputs.self.modules; [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
nixos."${username}"
|
||||
nixos.lxc
|
||||
# nixos.sudo
|
||||
nixos.zsh
|
||||
nixos.docker
|
||||
nixos.step-client
|
||||
{
|
||||
users.users."${username}" = {
|
||||
extraGroups = [ "docker" ];
|
||||
};
|
||||
|
||||
home-manager.users."${username}" = {
|
||||
# imports = with inputs.self.modules.homeManager; [
|
||||
# step-client
|
||||
|
||||
Reference in New Issue
Block a user