mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
chore: update flake; rename hosts; setup hintbooth
This commit is contained in:
parent
a345846e62
commit
e31a97b6ab
19 changed files with 283 additions and 233 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, lib, config, configName, minimal, nodes, globals, ... }:
|
||||
{ inputs, lib, config, minimal, nodes, globals, ... }:
|
||||
{
|
||||
|
||||
imports = [
|
||||
|
|
@ -11,13 +11,6 @@
|
|||
loader.efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
inherit (config.repo.secrets.local) hostId;
|
||||
hostName = configName;
|
||||
firewall.enable = true;
|
||||
enableIPv6 = true;
|
||||
};
|
||||
|
||||
swarselsystems = {
|
||||
info = "ASUS Z10PA-D8, 2* Intel Xeon E5-2650 v4, 128GB RAM";
|
||||
flakePath = "/root/.dotfiles";
|
||||
|
|
@ -41,6 +34,7 @@
|
|||
microvmHost = true;
|
||||
};
|
||||
server = {
|
||||
diskEncryption = lib.mkForce false; # TODO: disable
|
||||
nfs = false;
|
||||
nginx = false;
|
||||
kavita = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue