Skip to content

Commit

Permalink
Fix configuration for nixbox
Browse files Browse the repository at this point in the history
  • Loading branch information
billy4479 committed Dec 29, 2024
1 parent 1015f7e commit e4c8db9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .sops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ creation_rules:
- age:
- *billy
- *portatilo
# TODO: this seemes ugly
- path_regex: secrets/nixbox.yaml$
key_groups:
- age:
- *billy
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
{
hostname = "nixbox";
args = {
bluetooth = "false";
bluetooth = false;
};
extraSystemModules = [
./system/hosts/vm
Expand Down
21 changes: 21 additions & 0 deletions secrets/nixbox.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
user_password: ENC[AES256_GCM,data:enz1rqV16nOJdU32qhiqS560Q+aTUUvjY0Hobe14YPu+sGEbE7ySGq3WqyAxT4jduMWP28MaA6P57r8ifyuH/erpJ9QdNb54bQ==,iv:3vJo+EmPWYv3mXa5isO8Vs6FHtkUUN2V6TwcWjz4fQU=,tag:SYrkkIN+io0QQfTfpBm4lg==,type:str]
sops:
kms: []
gcp_kms: []
azure_kv: []
hc_vault: []
age:
- recipient: age15uzjpcp7d8gvect6qnlh3g5hfxu6c0feu7rdu9n6d3dwpp4fgftq0qjxa4
enc: |
-----BEGIN AGE ENCRYPTED FILE-----
YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IFgyNTUxOSBJR2JuYXcwaWRrSlptaDd4
cDlvb1RuWXBFa3BBQzlPSjNTVHAzb0V6c1dNClVhUXhSSlpuOCtSV1NMQUFHeXpB
YjVtUlIvRmM1TWVjR1Vzbm11alRrYm8KLS0tIDRHZTlVdjkwek1GNjUxMmMybG5a
NTBEZm5sbkRTbFFibS9GQmt1dS96UlkKj2AaIZ2F2alfcPJV+VMMnJIu+GAw16di
qbrgoOK0jiKDbd3Ja/HLiq4SwlXkmfyGCV+cCUfluARqAJWBLILRWA==
-----END AGE ENCRYPTED FILE-----
lastmodified: "2024-12-29T14:14:58Z"
mac: ENC[AES256_GCM,data:dj4/IZLCXRZKu+hqj56oPglEJLnQ4LCc7xzZXb6ORfT1v6zbexY0Hcb6aJ4Dgfw6G+fei+2raIUe9aByc1Hapzc4BU+03Yy6Ipmm5l99gZb5vva19L8ZKVinMRqJbqyW3/+zrLYibp8Auv4OYQ/fEjAlUAKQvmR40e1tHOSukc0=,iv:8wIl/mXsR/xbhc30zRGfJO1QVpStxsQZFhQZ9wG0Dbs=,tag:KDoh1EIvgget3uHiWFKHTA==,type:str]
pgp: []
unencrypted_suffix: _unencrypted
version: 3.9.2

0 comments on commit e4c8db9

Please sign in to comment.