Apply treefmt

This commit is contained in:
Fabian Hauser 2025-03-25 14:10:54 +02:00
parent b2395ce611
commit b2c240e87f
86 changed files with 374 additions and 456 deletions

View file

@ -1,17 +1,16 @@
# Host: Cyprianspitz
## Operations {#_operations}
## Operations {#\_operations}
Reboot requires passphrase.
``` bash
```bash
# Get HDD Password:
sops decrypt --extract '["system"]["hdd"]' private/nixos-configurations/cyprianspitz/secrets.sops.yaml
ssh -p 8223 root@calanda.plessur-ext.net.qo.is
```
Direct remote ssh access:
```
@ -24,8 +23,6 @@ TODO
- [Mainboard Manual](docs/z790m-itx-wifi.pdf)
### Top Overview
![](docs/top-view.jpg)

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ config, ... }:
{
qois.backup-server = {

View file

@ -1,6 +1,4 @@
{
config,
pkgs,
lib,
...
}:

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
qois.vpn-server.enable = true;
}

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
imports = [

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, ... }:
let
meta = config.qois.meta;

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
virtualisation.libvirtd = {
enable = true;