Remove sops (#37)

This commit is contained in:
Patrick Stevens
2024-03-26 00:00:04 +00:00
committed by GitHub
parent 028817765e
commit 15e603063a
2 changed files with 1 additions and 42 deletions

View File

@@ -31,16 +31,14 @@
};
outputs = {
self,
darwin,
emacs,
nixpkgs,
home-manager,
sops-nix,
apple-silicon,
whisper,
...
} @ inputs: let
}: let
config = {
# contentAddressedByDefault = true;
allowUnfree = true;
@@ -104,7 +102,6 @@
};
in [
./darwin-configuration.nix
sops-nix.nixosModules.sops
home-manager.darwinModules.home-manager
{
home-manager.useGlobalPkgs = true;