fix paths & add agenix
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
url = "github:nix-community/home-manager/release-25.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, ... }: {
|
||||
@@ -19,6 +20,7 @@
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/snowbelle/configuration.nix
|
||||
agenix.nixosModules.default
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
@@ -34,6 +36,7 @@
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/vaniville/configuration.nix
|
||||
agenix.nixosModules.default
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
../../users/users.nix
|
||||
../../modules/system/system.nix
|
||||
../../modules/homelab/homelab.nix
|
||||
../../modules/homelab/docker/dockers.nix
|
||||
];
|
||||
|
||||
modules = {
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
./hardware-configuration.nix
|
||||
../../users/blake/blake.nix
|
||||
../../modules/system/system.nix
|
||||
../../modules/homelab/dockers/ddns.nix
|
||||
];
|
||||
|
||||
modules = {
|
||||
|
||||
Reference in New Issue
Block a user