feat(machines/nova): enable mealie module

This commit is contained in:
Michael Thomas 2024-09-06 13:30:22 -04:00
parent 454081de9e
commit b605f49af6

View File

@ -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