Create host-specific folder

This commit is contained in:
2024-02-27 09:47:30 +01:00
parent 539464e12a
commit 78992b130b
8 changed files with 25 additions and 10 deletions

7
hosts/prismo/default.nix Normal file
View File

@@ -0,0 +1,7 @@
{ inputs, self, pks, ...}: {
imports = [
./configuration.nix
./hardware-configuration.nix
../../system
];
}