fixes
This commit is contained in:
parent
d1d7dd9c01
commit
2ba2f3c6ff
6 changed files with 15 additions and 7 deletions
14
flake.lock
generated
14
flake.lock
generated
|
@ -452,11 +452,11 @@
|
|||
},
|
||||
"hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1751379130,
|
||||
"narHash": "sha256-TObxiGbuX/4FbOnzDRvznfMUjIgS+d71+BetT35EOB8=",
|
||||
"lastModified": 1751393906,
|
||||
"narHash": "sha256-I1x6K61ZcdFlqc07weRBy3erCAB0lVkX10i0c9eXjDI=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "8b1f894089789eb39eacf0d6891d1e17cc3a84ab",
|
||||
"rev": "f49bb3b4107a0917ee144337bb02d311033ee1ba",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -650,11 +650,11 @@
|
|||
"phps": "phps"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1746369841,
|
||||
"narHash": "sha256-/k3MQPXdsXJ0FDEsT1YvBG9ugRXk1nuE9MCb1wAMGQc=",
|
||||
"lastModified": 1751398370,
|
||||
"narHash": "sha256-7TSTVtdZz2nhO5Gn/U3pjvENvQAKJWFJ799EWtx/O/s=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "dbe35541ef6923f411685434cc535d0854b55b6a",
|
||||
"revCount": 5,
|
||||
"rev": "18cc2db6cc507ff0123a7e7fc6936f9ea52dbc66",
|
||||
"revCount": 7,
|
||||
"type": "git",
|
||||
"url": "https://codeberg.org/helvetica/myphps.git"
|
||||
},
|
||||
|
|
3
hosts/work/networking.nix
Normal file
3
hosts/work/networking.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
networking.networkmanager.enableStrongSwan = true;
|
||||
}
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
profiles = {
|
||||
desktop.enable = true;
|
||||
dynamic.enable = true;
|
||||
headful.enable = true;
|
||||
productivity.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -7,5 +7,7 @@
|
|||
pkgs.jq
|
||||
pkgs.mariadb
|
||||
pkgs.openssl
|
||||
pkgs.kubectl
|
||||
pkgs.awscli2
|
||||
];
|
||||
}
|
||||
|
|
|
@ -21,4 +21,5 @@ in
|
|||
"secure-boot/abacus.tar.age".publicKeys = (builtins.attrValues users) ++ [ hosts.abacus ];
|
||||
"secure-boot/flamingo.tar.age".publicKeys = (builtins.attrValues users) ++ [ hosts.flamingo ];
|
||||
"secure-boot/vessel.tar.age".publicKeys = (builtins.attrValues users) ++ [ hosts.vessel ];
|
||||
"secure-boot/work.tar.age".publicKeys = (builtins.attrValues users) ++ [ hosts.work ];
|
||||
}
|
||||
|
|
BIN
secrets/secure-boot/work.tar.age
Normal file
BIN
secrets/secure-boot/work.tar.age
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue