reinit git

This commit is contained in:
2026-07-04 04:46:11 +02:00
commit 524ee6e1ce
61 changed files with 5183 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
../../modules/default.nix
];
networking.hostName = "molniya";
boot.initrd.luks.devices."luks-9cd65807-a47b-4ffe-ac11-05680b9fffb0".device = "/dev/disk/by-uuid/9cd65807-a47b-4ffe-ac11-05680b9fffb0";
time.timeZone = "Europe/Berlin";
services.openssh.enable = true;
}