add git host
This commit is contained in:
parent
868407cc41
commit
f5f34ba661
2 changed files with 53 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -229,6 +229,16 @@
|
|||
./hosts/dav
|
||||
];
|
||||
};
|
||||
nixosConfigurations."git" = nixpkgs.lib.nixosSystem {
|
||||
#system = "x86_64-linux";
|
||||
#pkgs = import nixpkgs { inherit system; };
|
||||
inherit system;
|
||||
modules = [
|
||||
agenix.nixosModules.default
|
||||
{ environment.systemPackages = [ (agenix.packages.${system}.default) ]; }
|
||||
./hosts/git
|
||||
];
|
||||
};
|
||||
};
|
||||
#);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue