Skip to content

Commit

Permalink
Update pilsen configs (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
szaffarano authored Feb 17, 2024
1 parent 5469566 commit 5a13e9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion system/pilsen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
];

services.geoclue2.enable = true;
services.pcscd.enable = true;
virtualisation = {
libvirtd.enable = true;
docker = {
Expand All @@ -22,6 +21,7 @@
nixos = {
hostName = outputs.host.name;
allowedUDPPorts = [ 22000 21027 ];
allowedTCPPorts = [ 22000 ];
audio.enable = true;
bluetooth.enable = true;
disableWakeupLid = true;
Expand Down
6 changes: 3 additions & 3 deletions system/pilsen/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sebas-password: ENC[AES256_GCM,data:BBQQ1uTB+WQkI7z2GkpXrBiq3XPi3DauKEx6OdCiFY1OxXSnW1FS68EBOcVVLH5gHwSUie9/BPWGjzyutdFHRT/WkuIg/HJIE5gpS/NCeDGxM5gc8LAPRVrnwO4KDmGYfQY0WJOPWyQ2LQ==,iv:NTGG9pOHDNf9zSNGcbOafofUfRkN7DSdaBu6eFmA04E=,tag:QDxuLDvlgBnQzhB1gJJmlA==,type:str]
sebas-password: ENC[AES256_GCM,data:5l/igO3Usb+HC4LkytdLN5r37afiNryRwsKymKSrEhU7RnFGHmXN5wE9M7hjxg3H/LX709rcMbQLVbV3bk7BD+Np7Ikc+x7wRzLfoWpDpK8qjoX6GzieMZ5C5yQLcXPH29G13qeQYbwWAg==,iv:O8kma3ncmnixn9ZNnOWHmgBp+qI/EagWQwKJOor8Q5w=,tag:9YNpZ02ZUrwN5sbT0QOfvQ==,type:str]
sops:
kms: []
gcp_kms: []
Expand All @@ -14,8 +14,8 @@ sops:
WlhuSjcwT29abFU4MEZPNUZHcHE4ckkK9K1qL0RBeP6KdWYqyHqFMR0eOv37WCzs
Ca++qsukJkUSMvPvUx+mRHrpAwjETF4+U95n867KzK3X22Ei8tUd7Q==
-----END AGE ENCRYPTED FILE-----
lastmodified: "2024-02-15T05:38:24Z"
mac: ENC[AES256_GCM,data:thoN6pReqPIejR5TybtpORn/5OLjKNGGRoe68Ih5uaK6aDK1vfbIr0G/yK4iWzarI/b6mLSsFSgsk4gNYooqpmd5P4ZEvKk3Pms1xvkxjQStYUy+luqYtunjqUu9J5gNXlxb4I/LP4C9mflpFH4SAVCC1mxS6QxUUC0ZdPrt+zE=,iv:5w1C90HvueeFn5VXYS5JKSyvHs0LDE1fyMeYWiKLjNI=,tag:iTCo46j+O8l01RYi3Gg8AA==,type:str]
lastmodified: "2024-02-17T13:42:25Z"
mac: ENC[AES256_GCM,data:7hPKZLRBHLhuetS08/ZR1eJUmgxXYu6eGyB1Mi3c4C0QeHesueUn9cCdHlKd/T+8V7EcZqBwspjktpm4yFCXDS0vZGuBaCtkFa6XEpwGy1WHr5xpw2ul7YwsE0KbT0vVGac7mkxr+pMSRYBSVlyJCCE1vIzeOmQPbt0k4Sfvjow=,iv:3C8r2d4k4kOYbfqgjvM7/smn6TyAbgYtFpru59ogJtg=,tag:Agm6WR1lydHh92IV+KT4UQ==,type:str]
pgp:
- created_at: "2024-02-14T18:35:52Z"
enc: |-
Expand Down
1 change: 0 additions & 1 deletion users/sebas/pilsen.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@
};

sound.enable = true;
home.packages = with pkgs; [ sops ssh-to-age ];
}

0 comments on commit 5a13e9f

Please sign in to comment.