Compare commits

..

No commits in common. "e4f4783b4cf987ec9f3d1c3a9565b18938a29159" and "2f3624a6b8bbf8073077e6bfe8a373f04fb69769" have entirely different histories.

3 changed files with 0 additions and 13 deletions

View File

@ -18,12 +18,6 @@
pulse.enable = true; pulse.enable = true;
}; };
fileSystems."/mnt/library" = {
device = "library.mesh.vimium.net:/mnt/library";
fsType = "nfs";
options = [ "nfsvers=4.2" "soft" "nocto" "ro" "x-systemd.automount" "noauto" ];
};
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
flake = "git+ssh://git@git.vimium.com/jordan/nix-config.git"; flake = "git+ssh://git@git.vimium.com/jordan/nix-config.git";

View File

@ -43,10 +43,6 @@ with lib.my;
}; };
}; };
services.nfs.server = {
enable = true;
};
services.prometheus = { services.prometheus = {
enable = true; enable = true;
port = 9001; port = 9001;

View File

@ -106,9 +106,6 @@ in {
"org/gnome/desktop/peripherals/touchpad" = { "org/gnome/desktop/peripherals/touchpad" = {
tap-to-click = true; tap-to-click = true;
}; };
"org/gnome/desktop/search-providers" = {
disabled = [ "org.gnome.Epiphany.desktop" ];
};
"org/gtk/settings/file-chooser" = { "org/gtk/settings/file-chooser" = {
show-hidden = true; show-hidden = true;
sort-directories-first = true; sort-directories-first = true;