nixos-config/hosts/kidney/default.nix
2024-08-22 18:16:47 +02:00

9 lines
113 B
Nix

{lib}: {
imports = [
./wsl.nix
];
networking.hostName = "kidney";
system.stateVersion = "24.05";
}