modules.services.nixvirt: init

This commit is contained in:
2025-04-19 12:55:42 +08:00
parent a4bc272f1b
commit bf91e14e4d
6 changed files with 73 additions and 1 deletions

View File

@@ -27,4 +27,5 @@ mungekey -k munge.key
mv munge.key munge.key.orig
sops -e --input-type binary --output-type binary munge.key.orig > munge.key
rm munge.key.orig
sudo nix build --store 'local?root=/mnt' --option substituters https://nix-store.chn.moe --option require-sigs false /nix/store/khhqmly5295ns33dz1s3m3sb79icj6bi-nixos-system-srv3-production-24.11
```