Add base aresix config
This commit is contained in:
parent
8336883d91
commit
4c262bb951
3 changed files with 2707 additions and 4 deletions
5
clan.nix
5
clan.nix
|
@ -2,8 +2,9 @@
|
|||
meta.name = "frues-clan";
|
||||
|
||||
inventory.machines = {
|
||||
# Define machines here.
|
||||
# jon = { };
|
||||
aresix = {
|
||||
deploy.targetHost = "root@[4a6:fed0:59ba:507d:baab:15f3:846d:ead4]";
|
||||
};
|
||||
};
|
||||
|
||||
# Docs: See https://docs.clan.lol/reference/clanServices
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
{...}: {
|
||||
imports = [
|
||||
|
||||
];
|
||||
|
||||
# New machine!
|
||||
services.logind.lidSwitch = "ignore";
|
||||
boot.kernelParams = ["consoleblank=60"]; # Blanks console (screen off) after 60s
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
2699
machines/aresix/facter.json
Normal file
2699
machines/aresix/facter.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue