This commit is contained in:
2026-03-05 21:42:22 +01:00
parent 8a56379cb4
commit 80bea5822b
5 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ inputs, ... }: {
flake.nixosConfigurations."computer-nadine" = inputs.self.lib.mkHost {
system = "x86_64-linux";
host = "computer-nadine";
};
}