multi host

This commit is contained in:
2025-01-27 22:59:18 +01:00
parent 4c0a3b5794
commit 646aaeefe4
10 changed files with 182 additions and 135 deletions

4
hosts/default.nix Normal file
View File

@@ -0,0 +1,4 @@
[
(import ./mac14.nix)
(import ./mac16.nix)
]

5
hosts/mac14.nix Normal file
View File

@@ -0,0 +1,5 @@
{
username = "cupcakearmy";
hostName = "mac14";
system = "aarch64-darwin";
}

5
hosts/mac16.nix Normal file
View File

@@ -0,0 +1,5 @@
{
username = "niccoloborgioli";
hostName = "mac16";
system = "aarch64-darwin";
}