miniserver init

This commit is contained in:
2024-06-09 12:03:43 -06:00
parent 8ae8963cfe
commit 899928c1ef
26 changed files with 141 additions and 1856 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ pkgs, lib, ... }: {
imports = [ ./base.nix ];
config = {
home-manager.users.jawz = {
@@ -25,7 +25,7 @@
};
users.users.jawz.packages = [ pkgs.gallery-dl ];
my.scripts.download = {
enable = true;
enable = lib.mkDefault false;
install = true;
service = false;
name = "download";