Changes
2 changed files (+12/-14)
-
-
@@ -158,6 +158,7 @@# My hardware is pretty well supported wow what a surprise services.fwupd.enable = true; # Fingerprint authentication services.fprintd.enable = true; # Don't enable fprintd for everything, otherwise SDDM takes 30 seconds to log in security.pam.services = {
-
@@ -165,7 +166,7 @@kde.fprintAuth = false; }; # Back up /home and unnamed.website using btrfs snapshots and btrbk # Back up local /home and Unnamed-Server's /srv using btrfs snapshots and btrbk services.btrbk.instances.btrbk.settings.volume = { "/".subvolume = "/home"; "ssh://unnamed.website/" = {
-
@@ -180,17 +181,14 @@send_compressed_data = "yes"; }; }; systemd.services.btrbk-btrbk.serviceConfig = { # Wait for internet connectivity if we just woke up ExecStartPre = "${pkgs.networkmanager}/bin/nm-online -q"; # Make /.snapshots/srv point to latest systemd.services.btrbk-btrbk.serviceConfig.ExecStartPost = # + makes this run as root instead of the btrbk user ExecStartPost = "+" + pkgs.writers.writeFish "symlink-latest-srv" '' cd /.snapshots ln -snf (ls | grep srv | tail -n1) srv ''; }; "+" + pkgs.writers.writeFish "symlink-latest-srv" '' cd /.snapshots ln -snf (ls | grep srv | tail -n1) srv ''; # https://unnamed.website/posts/switch-virtual-keyboard/ systemd.user.services.switch-virtual-keyboard = {
-
-
-
@@ -23,11 +23,11 @@}, "nixpkgs": { "locked": { "lastModified": 1762111121, "narHash": "sha256-4vhDuZ7OZaZmKKrnDpxLZZpGIJvAeMtK6FKLJYUtAdw=", "lastModified": 1762363567, "narHash": "sha256-YRqMDEtSMbitIMj+JLpheSz0pwEr0Rmy5mC7myl17xs=", "owner": "NixOS", "repo": "nixpkgs", "rev": "b3d51a0365f6695e7dd5cdf3e180604530ed33b4", "rev": "ae814fd3904b621d8ab97418f1d0f2eb0d3716f4", "type": "github" }, "original": {
-