Skip to content

Commit

Permalink
fixup! Downgrade to nixos 23.05
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 26, 2024
1 parent b8ec446 commit 43b346e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion home/roles/desktop/password-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in

package = mkOption {
type = types.package;
default = pkgs._1password;
default = pkgs.unstable._1password;
description = "Password manager package";
};

Expand Down
4 changes: 2 additions & 2 deletions home/roles/web/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ in
};

home.packages = with pkgs; [
_1password
_1password-gui
unstable._1password
unstable._1password-gui
bind
unstable.protonmail-desktop
wget
Expand Down

0 comments on commit 43b346e

Please sign in to comment.