Compare commits

..

No commits in common. "84041ab5a34191e342dc88c0e0d1eece41bcae33" and "71c53964330b105d53bcadb12cd79e051a9fdc7e" have entirely different histories.

5 changed files with 4 additions and 23 deletions

View file

@ -1,19 +0,0 @@
{ ... }: {
services.atuin = {
enable = true;
openRegistration = false;
maxHistoryLength = 1000000000;
};
services.nginx = {
virtualHosts = {
"atuin.fainsin.bzh" = {
forceSSL = true;
enableACME = true;
locations."/" = { proxyPass = "http://127.0.0.1:8888"; };
};
};
};
}

View file

@ -1 +1 @@
{ imports = [ ./atuin ./blocky ./gitea ./wireguard ]; }
{ imports = [ ./gitea ./blocky ./wireguard ]; }

View file

@ -2,7 +2,7 @@
networking = {
firewall = {
allowedUDPPorts = [
5553 # wireguard
5553 # default wireguard port
];
};

View file

@ -4,13 +4,14 @@
home.packages = with pkgs; [
baobab # disk utils
borgbackup # backup
dconf
duf # replacement for df
element-desktop # matrix client
feh # image viewer
gnome.nautilus # file explorer
grim # screenshot utils
htop # replacement for top
jmtpfs # for Android MTP
jmtpfs
keepassxc # password manager
libreoffice-fresh # office suite
logseq # second brain journalling

View file

@ -46,7 +46,6 @@ in {
programs.atuin = {
enable = true;
enableZshIntegration = true;
settings = { sync_address = "https://atuin.fainsin.bzh"; };
};
programs.zsh = {
enable = true;