This commit is contained in:
2026-03-31 13:55:40 +02:00
parent 6f0d716cba
commit 2dd361ec24
5 changed files with 50 additions and 47 deletions

View File

@@ -6,9 +6,9 @@ in
{
# ── Steam & Printer ───────────────────────────────────────────────────
imports = [
./builds/steam.nix
./builds/printer.nix
./builds/sops.nix
./system/steam.nix
./system/printer.nix
./system/sops.nix
];
# ── Use the systemd-boot EFI boot loader. ─────────────────────────────
@@ -43,11 +43,14 @@ in
};
nix = {
# ── Flakes ───────────────────────────────────────────────────────────
settings.experimental-features = [
"nix-command"
"flakes"
];
# ── Flakes ───────────────────────────────────────────────────────────
settings = {
download-buffer-size = 524288000;
experimental-features = [
"nix-command"
"flakes"
];
};
# ── Garbage collect ───────────────────────────────────────────────────
gc = {