add conifer host (desktop wsl)
This commit is contained in:
parent
8310a093e5
commit
3b5e4489a4
6 changed files with 185 additions and 14 deletions
|
@ -30,7 +30,11 @@
|
|||
l.nixosSystem {
|
||||
modules = [
|
||||
./hosts/${hostname}
|
||||
./secrets/${hostname}
|
||||
(
|
||||
if b.pathExists ./secrets/${hostname}
|
||||
then ./secrets/${hostname}
|
||||
else {}
|
||||
)
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
specialArgs = {
|
||||
|
@ -107,6 +111,8 @@
|
|||
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
|
||||
nixos-wsl.url = "github:nix-community/nixos-wsl";
|
||||
|
||||
disko.url = "github:nix-community/disko";
|
||||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue