Install MongoDB on mizuki
This commit is contained in:
parent
162856f7fb
commit
3930f32511
1 changed files with 4 additions and 1 deletions
|
@ -1,15 +1,18 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
{ lib, pkgs, ... }: {
|
||||
|
||||
environment.shells = with pkgs; [ zsh ];
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
security.sudo.enable = true;
|
||||
|
||||
services = { mongodb.enable = true; };
|
||||
|
||||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
users.avery.extraGroups = [ "wheel" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue