From b605f49af6686bf2bd5145fc734be965159d0eb3 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Fri, 6 Sep 2024 13:30:22 -0400 Subject: [PATCH] feat(machines/nova): enable mealie module --- machines/nova/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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