add argiletum
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 9s
Check Nix flake / Perform Nix flake checks (pull_request) Failing after 2m17s

This commit is contained in:
2026-05-03 14:09:35 -04:00
parent 9222be4052
commit 43c026c451
6 changed files with 80 additions and 19 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
{ lib, ... }:
{
imports = [ ./disk.nix ];
time.timeZone = "America/New_York";
networking = {
hostId = "5f8a1c2e";
hostId = "c3798ccc";
firewall = {
enable = true;
allowedTCPPorts = [ 80 ];
@@ -21,5 +23,5 @@
services.tang.enable = true;
system.stateVersion = "25.11";
system.stateVersion = "26.11";
}