1

Add portainer service

This commit is contained in:
2023-08-31 23:45:49 +02:00
parent 2eedda95e4
commit 782b222a9a
2 changed files with 30 additions and 0 deletions

View File

@ -9,6 +9,9 @@
[ # Include the results of the hardware scan.
./hardware-configuration.nix
<home-manager/nixos>
# Include Services
./services/portainer.nix
];
# Bootloader.
@ -77,6 +80,7 @@
home.packages = with pkgs; [
lazygit
keychain
alejandra
];
programs = {