Split impermanence module.

This commit is contained in:
2023-06-30 07:26:56 +01:00
parent 1e3a708ce4
commit c00044957f
3 changed files with 73 additions and 64 deletions

View File

@@ -1,7 +1,6 @@
{ pkgs, inputs, hostname, ... }:
{
imports = [
inputs.impermanence.nixosModules.impermanence
../common/compute-node.nix
./hardware.nix
];