Compare commits
No commits in common. "7163022edae7357d964c04fb6078d8bb64698c2a" and "e03c4d07ec55df75da96e7ec570a505c36ce7088" have entirely different histories.
7163022eda
...
e03c4d07ec
3 changed files with 3 additions and 9 deletions
|
@ -63,7 +63,7 @@ in
|
|||
};
|
||||
profiles.default = {
|
||||
search.force = true;
|
||||
search.default = "Google";
|
||||
search.default = "DuckDuckGo";
|
||||
search.engines = {
|
||||
"Searx" = {
|
||||
urls = [
|
||||
|
|
|
@ -18,10 +18,7 @@
|
|||
nixpkgs.config.allowUnfree = true; # Forgive me Mr. Stallman :(
|
||||
system.switch.enableNg = true;
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.btop
|
||||
pkgs.ncdu
|
||||
];
|
||||
environment.systemPackages = [ pkgs.btop ];
|
||||
|
||||
# FIXME not the best place
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
|
|
|
@ -70,10 +70,7 @@ in
|
|||
};
|
||||
};
|
||||
secrets.mailer.PASSWD = config.age.secrets.autistici-password.path;
|
||||
dump = {
|
||||
enable = true;
|
||||
backupDir = "/mnt/hd/forgejo-dumps";
|
||||
};
|
||||
dump.enable = true;
|
||||
};
|
||||
|
||||
environment.persistence."/persist".directories = [
|
||||
|
|
Loading…
Add table
Reference in a new issue