diff --git a/machines/nova/configuration.nix b/machines/nova/configuration.nix index 0d8a822..58a671e 100644 --- a/machines/nova/configuration.nix +++ b/machines/nova/configuration.nix @@ -51,6 +51,8 @@ programs.zsh.enable = true; + my.services.mealie.enable = true; + # Define a user account. Don't forget to set a password with ‘passwd’. users.users.michael = { isNormalUser = true; @@ -72,8 +74,6 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - # wget ]; # Some programs need SUID wrappers, can be configured further or are