feat(nas): update to 25.11, add software, add storage plan

This commit is contained in:
2025-12-02 11:27:52 +01:00
parent 8424d771f6
commit 8bf4b185a1
3 changed files with 68 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ in {
"${impermanence}/nixos.nix"
./utils/bento.nix
./utils/modules/sops.nix
./utils/modules/set-nix-channel.nix
./utils/modules/victoriametrics
./utils/modules/promtail
@@ -76,6 +77,12 @@ in {
];
};
# System packages
environment.systemPackages = with pkgs; [
vim
screen
];
# Nix settings
nix = {
settings = {