1
0
Fork 0
forked from Bun/nixos-config

Add flight, more stuff with distributed builds

This commit is contained in:
Bun 2025-06-11 01:29:35 -04:00
parent 2f76f3be7e
commit 0ab856b18e
11 changed files with 218 additions and 2 deletions

18
hosts/flight/default.nix Normal file
View file

@ -0,0 +1,18 @@
{ ... }:
{
imports = [
./boot
./disko
./filesystems
./hardware
./services
./user
];
system = {
nixos.tags = [ "pc" ];
stateVersion = "25.05";
};
deployment.targetHost = "";
}