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 = {
|
profiles.default = {
|
||||||
search.force = true;
|
search.force = true;
|
||||||
search.default = "Google";
|
search.default = "DuckDuckGo";
|
||||||
search.engines = {
|
search.engines = {
|
||||||
"Searx" = {
|
"Searx" = {
|
||||||
urls = [
|
urls = [
|
||||||
|
|
|
@ -18,10 +18,7 @@
|
||||||
nixpkgs.config.allowUnfree = true; # Forgive me Mr. Stallman :(
|
nixpkgs.config.allowUnfree = true; # Forgive me Mr. Stallman :(
|
||||||
system.switch.enableNg = true;
|
system.switch.enableNg = true;
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [ pkgs.btop ];
|
||||||
pkgs.btop
|
|
||||||
pkgs.ncdu
|
|
||||||
];
|
|
||||||
|
|
||||||
# FIXME not the best place
|
# FIXME not the best place
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
|
|
@ -70,10 +70,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
secrets.mailer.PASSWD = config.age.secrets.autistici-password.path;
|
secrets.mailer.PASSWD = config.age.secrets.autistici-password.path;
|
||||||
dump = {
|
dump.enable = true;
|
||||||
enable = true;
|
|
||||||
backupDir = "/mnt/hd/forgejo-dumps";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.persistence."/persist".directories = [
|
environment.persistence."/persist".directories = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue