feat(nas): update to 25.11, add software, add storage plan
This commit is contained in:
parent
8424d771f6
commit
8bf4b185a1
3 changed files with 68 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue