add home-nix

This commit is contained in:
2025-09-16 18:40:31 +02:00
parent 9ce4223019
commit ea768cf628
12 changed files with 250 additions and 43 deletions

View File

@@ -5,6 +5,8 @@
...
}:
{
system.stateVersion = "25.11";
imports = [
./disk-config.nix
./hardware-configuration.nix
@@ -86,5 +88,4 @@
services.openssh.enable = true;
networking.hostName = "${hostname}";
system.stateVersion = "25.11";
}