Add Jules' RockPro64

This commit is contained in:
Jimbo 2025-02-27 11:42:57 -05:00
parent 46ba563e2f
commit e11627bd8f
18 changed files with 155 additions and 5 deletions

21
hosts/rubble/default.nix Normal file
View file

@ -0,0 +1,21 @@
{ ... }:
{
imports = [
./disko
./hardware
./users
../../modules/system
];
networking = {
hostName = "rubble";
hostId = "3d16423a";
};
system = {
desktop.enable = true;
extlinux.enable = true;
wireguard.client.enable = true;
stateVersion = "24.11";
};
}