not using agenix
This commit is contained in:
parent
db9b9fe879
commit
dc4d777962
3 changed files with 0 additions and 14 deletions
1
hive.nix
1
hive.nix
|
@ -31,7 +31,6 @@ in
|
|||
{
|
||||
imports = [
|
||||
"${sources.home-manager}/nixos"
|
||||
"${sources.agenix}/modules/age.nix"
|
||||
"${sources.disko}/module.nix"
|
||||
./domain-proxies-module.nix
|
||||
./domain-proxies.nix
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(pkgs.callPackage "${toString sources.agenix}/pkgs/agenix.nix" { })
|
||||
wget
|
||||
brightnessctl
|
||||
nix-search-cli
|
||||
|
|
|
@ -1,17 +1,5 @@
|
|||
{
|
||||
"pins": {
|
||||
"agenix": {
|
||||
"type": "Git",
|
||||
"repository": {
|
||||
"type": "GitHub",
|
||||
"owner": "ryantm",
|
||||
"repo": "agenix"
|
||||
},
|
||||
"branch": "main",
|
||||
"revision": "f6291c5935fdc4e0bef208cfc0dcab7e3f7a1c41",
|
||||
"url": "https://github.com/ryantm/agenix/archive/f6291c5935fdc4e0bef208cfc0dcab7e3f7a1c41.tar.gz",
|
||||
"hash": "1x8nd8hvsq6mvzig122vprwigsr3z2skanig65haqswn7z7amsvg"
|
||||
},
|
||||
"disko": {
|
||||
"type": "GitRelease",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue