refactor: ran deadnix

This commit is contained in:
Rouven Seifert 2023-11-16 15:53:15 +01:00
parent d863cf6688
commit 2fae2a695b
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
17 changed files with 20 additions and 142 deletions

View file

@ -8,9 +8,6 @@
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
inputs.nixpkgs.follows = "nixpkgs";
};
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
@ -53,7 +50,6 @@
, nixpkgs
, home-manager
, nix-index-database
, sops-nix
, agenix
, impermanence
, nix-colors
@ -96,7 +92,7 @@
home-manager.users.rouven = {
imports = [
nix-colors.homeManagerModules.default
sops-nix.homeManagerModules.sops
agenix.homeManagerModules.default
];
};
}
@ -140,7 +136,6 @@
./hosts/vm
./shared
nix-index-database.nixosModules.nix-index
sops-nix.nixosModules.sops
];
};
iso = nixpkgs.lib.nixosSystem {