From 4853d7b0c453ef30485c87138856995703e025b2 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Thu, 10 Jun 2021 04:36:46 +0000 Subject: [PATCH] Setup 1password on starlight --- private | 2 +- sets/1password.nix | 3 ++- sets/packages.nix | 1 - system/starlight/default.nix | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/private b/private index 013e52d..5f10132 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 013e52ddbce9bd7cf2c16fe7f375a89903e32a65 +Subproject commit 5f1013222aec99bc16bf611a24ae6605f97fb64a diff --git a/sets/1password.nix b/sets/1password.nix index 6d10532..ecc29e1 100644 --- a/sets/1password.nix +++ b/sets/1password.nix @@ -2,7 +2,8 @@ { environment.systemPackages = with pkgs; [ - (_1password-gui.override { electron_11 = electron_12; }) + _1password + _1password-gui ]; services.gnome.gnome-keyring.enable = true; programs.seahorse.enable = true; diff --git a/sets/packages.nix b/sets/packages.nix index 5d30690..33d09f9 100644 --- a/sets/packages.nix +++ b/sets/packages.nix @@ -142,7 +142,6 @@ in # Security (pass.withExtensions (exts: [ exts.pass-otp ])) - _1password keybase-gui wireguard yubikey-manager diff --git a/system/starlight/default.nix b/system/starlight/default.nix index 617dc7c..8aa1d0f 100644 --- a/system/starlight/default.nix +++ b/system/starlight/default.nix @@ -17,6 +17,7 @@ ../../sets/ssh.nix ../../sets/virtualization.nix ../../sets/workstation.nix + ../../sets/1password.nix ]; # Network