nixos-systems/nixos-anywhere/nocix/default.nix
Eli Ribble da2947b293 Initial attempt at new server on nocix
I'm not sure if this will work - I'm running it now - but I want to
commit it so I can see what changes I ended up needing after
establishing a baseline reading through the nixos-anywhere getting
started instructions.
2025-09-08 17:19:50 +00:00

6 lines
74 B
Nix

{
imports = [
./configuration.nix
./hardware-configuration.nix
];
}