first commit

This commit is contained in:
2025-12-31 12:01:37 +01:00
commit 3b06ef4418
16 changed files with 400 additions and 0 deletions

20
hosts/raidy/default.nix Normal file
View File

@@ -0,0 +1,20 @@
{
pkgs,
inputs,
...
}: {
imports = [
./hardware-configuration.nix
../common/global
../common/users/dwessels
];
networking = {
hostName = "raidy";
useDHCP = true;
};
system.stateVersion = "22.11";
}