add voyager

This commit is contained in:
2026-07-06 22:24:28 +02:00
parent 925eb72c53
commit f87ba26c5e
9 changed files with 65 additions and 26 deletions
+2 -3
View File
@@ -1,13 +1,12 @@
{ config, pkgs, ... }:
{
imports = [
#./dhcp.nix
#./nat.nix
#./firewall.nix
./users.nix
./networking.nix
./time.nix
./system.nix
./boot.nix
./dnsmasq.nix
./ssh.nix
];
}