Skip to content

Commit

Permalink
hosts/mistral: user config
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Nov 17, 2023
1 parent f422cfc commit 2654009
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hosts/mistral/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@

nixpkgs.overlays = lib.mkOverride 10 [ inputs.nix-minecraft.overlay ];

programs.fish.enable = true;

services.minecraft-servers = {
enable = true;
eula = true;
Expand Down Expand Up @@ -115,4 +117,11 @@
};
};
};

users.users.moni = {
isNormalUser = true;
home = "/home/moni";
shell = pkgs.fish;
extraGroups = [ "wheel" ];
};
}

0 comments on commit 2654009

Please sign in to comment.