change wsl hostname to sirius

This commit is contained in:
2024-09-13 20:20:32 +05:30
parent d4f3e8ad6f
commit 257b108a7b
3 changed files with 4 additions and 4 deletions

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

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