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
+21
View File
@@ -0,0 +1,21 @@
{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
# custom
./config/default.nix
# default
../../config/default/default.nix
# desktop
../../config/desktop/glonass.nix
];
networking.hostName = "glonass";
time.timeZone = "Europe/Berlin";
services.openssh.enable = true;
}