1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-07-01 22:27:19 +02:00
parent d1d7dd9c01
commit 2ba2f3c6ff
No known key found for this signature in database
6 changed files with 15 additions and 7 deletions

14
flake.lock generated
View file

@ -452,11 +452,11 @@
}, },
"hardware": { "hardware": {
"locked": { "locked": {
"lastModified": 1751379130, "lastModified": 1751393906,
"narHash": "sha256-TObxiGbuX/4FbOnzDRvznfMUjIgS+d71+BetT35EOB8=", "narHash": "sha256-I1x6K61ZcdFlqc07weRBy3erCAB0lVkX10i0c9eXjDI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "8b1f894089789eb39eacf0d6891d1e17cc3a84ab", "rev": "f49bb3b4107a0917ee144337bb02d311033ee1ba",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -650,11 +650,11 @@
"phps": "phps" "phps": "phps"
}, },
"locked": { "locked": {
"lastModified": 1746369841, "lastModified": 1751398370,
"narHash": "sha256-/k3MQPXdsXJ0FDEsT1YvBG9ugRXk1nuE9MCb1wAMGQc=", "narHash": "sha256-7TSTVtdZz2nhO5Gn/U3pjvENvQAKJWFJ799EWtx/O/s=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "dbe35541ef6923f411685434cc535d0854b55b6a", "rev": "18cc2db6cc507ff0123a7e7fc6936f9ea52dbc66",
"revCount": 5, "revCount": 7,
"type": "git", "type": "git",
"url": "https://codeberg.org/helvetica/myphps.git" "url": "https://codeberg.org/helvetica/myphps.git"
}, },

View file

@ -0,0 +1,3 @@
{
networking.networkmanager.enableStrongSwan = true;
}

View file

@ -1,6 +1,8 @@
{ {
profiles = { profiles = {
desktop.enable = true; desktop.enable = true;
dynamic.enable = true;
headful.enable = true;
productivity.enable = true; productivity.enable = true;
}; };
} }

View file

@ -7,5 +7,7 @@
pkgs.jq pkgs.jq
pkgs.mariadb pkgs.mariadb
pkgs.openssl pkgs.openssl
pkgs.kubectl
pkgs.awscli2
]; ];
} }

View file

@ -21,4 +21,5 @@ in
"secure-boot/abacus.tar.age".publicKeys = (builtins.attrValues users) ++ [ hosts.abacus ]; "secure-boot/abacus.tar.age".publicKeys = (builtins.attrValues users) ++ [ hosts.abacus ];
"secure-boot/flamingo.tar.age".publicKeys = (builtins.attrValues users) ++ [ hosts.flamingo ]; "secure-boot/flamingo.tar.age".publicKeys = (builtins.attrValues users) ++ [ hosts.flamingo ];
"secure-boot/vessel.tar.age".publicKeys = (builtins.attrValues users) ++ [ hosts.vessel ]; "secure-boot/vessel.tar.age".publicKeys = (builtins.attrValues users) ++ [ hosts.vessel ];
"secure-boot/work.tar.age".publicKeys = (builtins.attrValues users) ++ [ hosts.work ];
} }

Binary file not shown.