Files
nix-dotfiles/hosts/xps16/machines/default.nix
2025-04-22 20:06:50 +02:00

8 lines
81 B
Nix

{
imports = [
./arch.nix
];
systemd.targets.machines.enable = true;
}