host glonass got added

This commit is contained in:
2026-07-09 22:26:14 +02:00
parent 0634620eee
commit a70f619feb
11 changed files with 291 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
imports =
[
./boot.nix
./networking.nix
./pkgs.nix
./irc.nix
./shell.nix
];
}