Add Jules' RockPro64
This commit is contained in:
parent
46ba563e2f
commit
e11627bd8f
18 changed files with 155 additions and 5 deletions
21
hosts/rubble/default.nix
Normal file
21
hosts/rubble/default.nix
Normal 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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue