change controller hostname to arcturus

This commit is contained in:
2024-09-13 20:44:58 +05:30
parent 257b108a7b
commit 51b333636e
6 changed files with 10 additions and 9 deletions

5
hosts/arcturus/home.nix Normal file
View File

@ -0,0 +1,5 @@
{...}: {
imports = [
../common/home.nix
];
}