Compare commits

..

3 commits

Author SHA1 Message Date
7163022eda
Create dupms on the hd
Some checks failed
EVAL aarch64-linux.sisko
BUILD aarch64-linux.sisko
UPLOAD aarch64-linux.sisko
DOWNLOAD aarch64-linux.sisko
CACHIX aarch64-linux.sisko
ATTIC aarch64-linux.sisko
/ test (push) Successful in 2m8s
2025-03-20 11:52:16 +01:00
a6ec1cf879
ncdu is very handy 2025-03-20 11:52:08 +01:00
79ab4ca237
Back to Google 😖 2025-03-20 11:51:41 +01:00
3 changed files with 9 additions and 3 deletions

View file

@ -63,7 +63,7 @@ in
};
profiles.default = {
search.force = true;
search.default = "DuckDuckGo";
search.default = "Google";
search.engines = {
"Searx" = {
urls = [

View file

@ -18,7 +18,10 @@
nixpkgs.config.allowUnfree = true; # Forgive me Mr. Stallman :(
system.switch.enableNg = true;
environment.systemPackages = [ pkgs.btop ];
environment.systemPackages = [
pkgs.btop
pkgs.ncdu
];
# FIXME not the best place
nixpkgs.config.permittedInsecurePackages = [

View file

@ -70,7 +70,10 @@ in
};
};
secrets.mailer.PASSWD = config.age.secrets.autistici-password.path;
dump.enable = true;
dump = {
enable = true;
backupDir = "/mnt/hd/forgejo-dumps";
};
};
environment.persistence."/persist".directories = [