separated out the bits of my config so I can have two computers

This commit is contained in:
2026-07-25 03:58:23 -05:00
parent e27621c910
commit fa292da0f0
5 changed files with 80 additions and 40 deletions
+10
View File
@@ -0,0 +1,10 @@
{ ... }:
{
imports = [
./configuration.nix
./artemis-hardware-configuration.nix
];
networking.hostName = "artemis";
}