chore: remove unused devshell

This commit is contained in:
Nickolaj Jepsen 2025-02-23 23:04:41 +01:00
parent 5e83abc0fb
commit afbeb29e7d
8 changed files with 86 additions and 70 deletions

11
modules/base/gc.nix Normal file
View file

@ -0,0 +1,11 @@
_: {
boot.loader.systemd-boot.configurationLimit = 10;
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 1w";
};
nix.settings.auto-optimise-store = true;
}

View file

@ -9,6 +9,7 @@
./base/time.nix
./base/ssh.nix
./base/default-apps.nix
./base/gc.nix
./dev/just.nix
./hardware/usb.nix
./hardware/yubikey.nix

View file

@ -38,9 +38,6 @@
unzip
gzip
xz
# Nix
nurl
];
};
}