mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 21:29:12 +02:00
chore: fix hintbooth remote unlock
This commit is contained in:
parent
e65c63b6da
commit
fb2ea3b305
11 changed files with 332 additions and 316 deletions
|
|
@ -13,15 +13,19 @@
|
|||
loader.efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
node.lockFromBootstrapping = lib.mkForce false;
|
||||
|
||||
swarselsystems = {
|
||||
info = "ASUS Z10PA-D8, 2* Intel Xeon E5-2650 v4, 128GB RAM";
|
||||
flakePath = "/root/.dotfiles";
|
||||
isImpermanence = true;
|
||||
isSecureBoot = true;
|
||||
isSecureBoot = false;
|
||||
isCrypted = true;
|
||||
isBtrfs = true;
|
||||
isLinux = true;
|
||||
isNixos = true;
|
||||
isSwap = false;
|
||||
rootDisk = "/dev/sda";
|
||||
withMicroVMs = false;
|
||||
};
|
||||
|
||||
|
|
@ -33,7 +37,6 @@
|
|||
|
||||
swarselmodules = {
|
||||
server = {
|
||||
diskEncryption = lib.mkForce false; # TODO: disable
|
||||
nfs = false;
|
||||
nginx = false;
|
||||
kavita = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue