This commit is contained in:
xunuwu 2024-03-16 08:29:15 +01:00
parent 13773b1be3
commit c62289217c
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
5 changed files with 62 additions and 0 deletions

View file

@ -87,6 +87,19 @@ in {
}
];
};
liveiso = {
deployment.targetHost = null;
imports = [
./liveiso
"${mod}/nix"
"${mod}/core/security.nix"
"${mod}/services"
"${mod}/desktop"
];
};
};
flake.nixosConfigurations = let
l = inputs.nixpkgs.lib;