mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 18:17:44 +00:00
feat: upgrade garage
This commit is contained in:
parent
c9c0c681c6
commit
01985405f0
2 changed files with 8 additions and 1 deletions
|
@ -13,7 +13,7 @@ in {
|
||||||
secrets.garageEnvironment.file = ./environment.age;
|
secrets.garageEnvironment.file = ./environment.age;
|
||||||
|
|
||||||
services.garage = enabled {
|
services.garage = enabled {
|
||||||
package = pkgs.garage_1_0_1;
|
package = pkgs.garage_1_x;
|
||||||
|
|
||||||
environmentFile = config.secrets.garageEnvironment.path;
|
environmentFile = config.secrets.garageEnvironment.path;
|
||||||
|
|
||||||
|
|
7
modules/darwin/sudo.nix
Normal file
7
modules/darwin/sudo.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ lib, ... }: let
|
||||||
|
inherit (lib) enabled;
|
||||||
|
in {
|
||||||
|
security.pam.services.sudo_local = enabled {
|
||||||
|
touchIdAuth = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue