feat(1p): add 1password
This commit is contained in:
parent
3bb074df65
commit
db42bf10d8
2 changed files with 40 additions and 8 deletions
|
|
@ -38,6 +38,10 @@
|
|||
};
|
||||
};
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
services._1password = {
|
||||
enable = true;
|
||||
polkitPolicyOwnerUsername = "zoey";
|
||||
};
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
|
|
@ -87,14 +91,6 @@
|
|||
initialHashedPassword = "$6$rounds=2000000$rFBJH7LwdEHvv.0i$HdHorWqp8REPdWPk5fEgZXX1TujRJkMxumGK0f0elFN0KRPlBjJMW2.35A.ID/o3eC/hGTwbSJAcJcwVN2zyV/";
|
||||
};
|
||||
|
||||
users.users.zack = {
|
||||
isNormalUser = true;
|
||||
description = "zack";
|
||||
extraGroups = ["networkmanager" "wheel" "docker" "libvirtd" "plugdev"];
|
||||
shell = pkgs.zsh;
|
||||
initialHashedPassword = "$6$rounds=2000000$rFBJH7LwdEHvv.0i$HdHorWqp8REPdWPk5fEgZXX1TujRJkMxumGK0f0elFN0KRPlBjJMW2.35A.ID/o3eC/hGTwbSJAcJcwVN2zyV/";
|
||||
};
|
||||
|
||||
users.groups.plugdev = {};
|
||||
|
||||
snowfallorg.users.zoey = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue