Forgot to use branches, remember kids: use protection
I'd like less generations please side note: it's a bit weird that you can't specify how many generations you'd like to keep, like what if I want 3 generations to stay available?
This commit is contained in:
parent
fcbbf4b8e4
commit
e20755851c
13 changed files with 345 additions and 110 deletions
|
|
@ -9,6 +9,8 @@
|
|||
./jellyfin.nix
|
||||
./minecraft.nix
|
||||
./gatus.nix
|
||||
./actual.nix
|
||||
./git.nix
|
||||
./ai.nix
|
||||
];
|
||||
|
||||
|
|
@ -16,8 +18,10 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# ai.enable = true;
|
||||
jellyfin.enable = true;
|
||||
jellyfin.enable = false;
|
||||
minecraft.enable = true;
|
||||
actual.enable = true;
|
||||
git.enable = true;
|
||||
|
||||
# This value determines the NixOS release with which your system is to be
|
||||
# compatible, in order to avoid breaking some software such as database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue