feat: shark

This commit is contained in:
2025-08-09 17:27:54 +02:00
parent c570ea0f54
commit 75e460293c
6 changed files with 541 additions and 4 deletions

View File

@@ -140,6 +140,11 @@
username = "theaninova";
system = "x86_64-linux";
};
shark = mkHost {
hostname = "shark";
username = "luci";
system = "x86_64-linux";
};
};
nixosModules.theaninovos = import ./modules/nixos;