diff --git a/flake.lock b/flake.lock index 5e80a40..dbcfd17 100644 --- a/flake.lock +++ b/flake.lock @@ -179,11 +179,11 @@ ] }, "locked": { - "lastModified": 1701071203, - "narHash": "sha256-lQywA7QU/vzTdZ1apI0PfgCWNyQobXUYghVrR5zuIeM=", + "lastModified": 1702735279, + "narHash": "sha256-SztEzDOE/6bDNnWWvnRbSHPVrgewLwdSei1sxoZFejM=", "owner": "nix-community", "repo": "home-manager", - "rev": "db1878f013b52ba5e4034db7c1b63e8d04173a86", + "rev": "e9b9ecef4295a835ab073814f100498716b05a96", "type": "github" }, "original": { @@ -199,11 +199,11 @@ ] }, "locked": { - "lastModified": 1701132345, - "narHash": "sha256-/b6Ciigl3L+WDrrtRGkJVNv3GU/x4Knhcga75MtwRy0=", + "lastModified": 1702553482, + "narHash": "sha256-kWU543mm3ai7fZhYNqlLfozsrcAZsmDsp7iCzO1Utng=", "owner": "therealr5", "repo": "TruckSimulatorBot-images", - "rev": "fe5d665a01da7f36b24387cbb6dbffeed1024a9e", + "rev": "0bbd6647c6479312305623f1bc5699cf6874b323", "type": "github" }, "original": { @@ -280,11 +280,11 @@ ] }, "locked": { - "lastModified": 1700968077, - "narHash": "sha256-Lax+2g7G3Fe+ckMrHLYTl+97unbmNDmN1qS9MLBkxr4=", + "lastModified": 1702291765, + "narHash": "sha256-kfxavgLKPIZdYVPUPcoDZyr5lleymrqbr5G9PVfQ2NY=", "owner": "nix-community", "repo": "nix-index-database", - "rev": "bd3aec0ecb0fdde863a7ed2c6caa220c47e22c07", + "rev": "45d82e0a8b9dd6c5dd9da835ac0c072239af7785", "type": "github" }, "original": { @@ -295,11 +295,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1701253981, - "narHash": "sha256-ztaDIyZ7HrTAfEEUt9AtTDNoCYxUdSd6NrRHaYOIxtk=", + "lastModified": 1702312524, + "narHash": "sha256-gkZJRDBUCpTPBvQk25G0B7vfbpEYM5s5OZqghkjZsnE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e92039b55bcd58469325ded85d4f58dd5a4eaf58", + "rev": "a9bf124c46ef298113270b1f84a164865987a91c", "type": "github" }, "original": { @@ -397,11 +397,11 @@ ] }, "locked": { - "lastModified": 1701419702, - "narHash": "sha256-oyNMUVqnkqaAzI6XKiFAsghXz+VuFNVC5YyuDEBS6Z4=", + "lastModified": 1702553371, + "narHash": "sha256-6jdDRktu7NaWifzhV+/IgRg8aBqELv4L51Ijurqt2a8=", "owner": "therealr5", "repo": "purge", - "rev": "31e7f1f1832f23235c949b0f0f0fc3dd31efd0d7", + "rev": "0f12b011b86571435e37e69e91a464513ecdd24e", "type": "github" }, "original": { @@ -472,11 +472,11 @@ ] }, "locked": { - "lastModified": 1701419713, - "narHash": "sha256-xG9xu3t8TMvAU0SiwnlS/aoYsWE4A5cBTOafNABABLw=", + "lastModified": 1702553577, + "narHash": "sha256-RTNBEoapC+HYU2jev6jc9XiffL1Zf6w51GZ96zoA3zE=", "owner": "therealr5", "repo": "TruckSimulatorBot", - "rev": "a81954714261039d3734ccaff4a3a6a0040ff72b", + "rev": "bb08a872dbcb4e386835c581c0ecfccf936b4012", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 46317b3..3d2dfc8 100644 --- a/flake.nix +++ b/flake.nix @@ -66,6 +66,7 @@ pww = nixpkgs.legacyPackages.x86_64-linux.callPackage ./pkgs/pww { }; gnome-break-timer = nixpkgs.legacyPackages.x86_64-linux.callPackage ./pkgs/gnome-break-timer { }; hashcash-milter = nixpkgs.legacyPackages.x86_64-linux.callPackage ./pkgs/hashcash-milter { }; + ianny = nixpkgs.legacyPackages.x86_64-linux.callPackage ./pkgs/ianny { }; }; hydraJobs = self.packages; formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt; diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index 5f002cd..43f02db 100755 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -53,7 +53,7 @@ devmon.enable = true; # automount stuff avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; }; fwupd.enable = true; # firmware updates zfs.autoScrub.enable = true; diff --git a/hosts/thinkpad/modules/greetd/default.nix b/hosts/thinkpad/modules/greetd/default.nix index bf0616a..2cf3236 100644 --- a/hosts/thinkpad/modules/greetd/default.nix +++ b/hosts/thinkpad/modules/greetd/default.nix @@ -4,7 +4,7 @@ enable = true; settings = { default_session = { - command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd sway"; + command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd river"; }; }; }; diff --git a/shared/zsh.nix b/shared/zsh.nix index 3b50c9a..c675894 100644 --- a/shared/zsh.nix +++ b/shared/zsh.nix @@ -50,7 +50,7 @@ source ${pkgs.agdsn-zsh-config}/etc/zsh/zshrc function svpn() { - unit=$(systemctl list-unit-files | grep "openconnect\|wg-quick\|wireguard\|openvpn" | cut -d "." -f1 | fzf --preview 'systemctl status {}') + unit=$(systemctl list-unit-files | grep "openconnect\|wg-quick\|wireguard\|openvpn\|openfortivpn" | cut -d "." -f1 | fzf --preview 'systemctl status {}') if [ $(systemctl is-active $unit) = "inactive" ]; then systemctl start $unit else