This commit is contained in:
Bryan Ramos 2024-11-07 16:23:53 -05:00
commit 579a564ce5
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
40 changed files with 95 additions and 467 deletions

View file

@ -2,7 +2,7 @@
{
imports = [
../../../user/configs
../../../user/config
./hardware.nix
./system.nix
];

View file

@ -27,7 +27,7 @@
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
options = "--delete-older-than 7d";
};
};

View file

@ -2,7 +2,7 @@
{
imports = [
../../../user/configs
../../../user/config
./hardware.nix
./system.nix
];

View file

@ -2,7 +2,7 @@
{
imports = [
../../../user/configs
../../../user/config
./hardware.nix
./system.nix
];

View file

@ -2,7 +2,7 @@
{
imports = [
../../../user/configs
../../../user/config
./system.nix
];
}