feat(flake.nix): add impermanence module to flake
This commit is contained in:
parent
067e0c9970
commit
7b591ba470
6 changed files with 32 additions and 10 deletions
|
@ -5,6 +5,7 @@
|
|||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||
snowfall-lib.url = "github:snowfallorg/lib";
|
||||
snowfall-lib.inputs.nixpkgs.follows = "nixpkgs";
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
};
|
||||
|
||||
outputs = inputs:
|
||||
|
@ -13,7 +14,8 @@
|
|||
src = ./.;
|
||||
snowfall.namespace = "pantheon";
|
||||
systems.modules.nixos = with inputs; [
|
||||
inputs.disko.nixosModules.disko
|
||||
disko.nixosModules.disko
|
||||
impermanence.nixosModules.impermanence
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue