formatting
This commit is contained in:
@@ -15,12 +15,12 @@ in
|
||||
};
|
||||
|
||||
flake.nixosConfigurations."${hostname}" = inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
inputs.self.modules.nixos.lxc
|
||||
inputs.self.modules.nixos.zsh
|
||||
modules = with inputs.self.modules; [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.self.modules.nixos."${username}"
|
||||
inputs.self.modules.nixos.docker
|
||||
nixos."${username}"
|
||||
nixos.lxc
|
||||
nixos.zsh
|
||||
nixos.docker
|
||||
{
|
||||
users.users."${username}" = {
|
||||
extraGroups = [ "docker" ];
|
||||
|
||||
Reference in New Issue
Block a user