mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
chore: remove unused devshell
This commit is contained in:
parent
5e83abc0fb
commit
afbeb29e7d
8 changed files with 86 additions and 70 deletions
11
modules/base/gc.nix
Normal file
11
modules/base/gc.nix
Normal 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;
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -38,9 +38,6 @@
|
|||
unzip
|
||||
gzip
|
||||
xz
|
||||
|
||||
# Nix
|
||||
nurl
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue