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