mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
accidently removed timezone previously
This commit is contained in:
parent
26121e0ee1
commit
fa8e9e6bc8
3 changed files with 9 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
_: {...}: {
|
||||
sops.secrets."website/sql" = {};
|
||||
containers."website" = {
|
||||
ephemeral = true;
|
||||
autoStart = true;
|
||||
|
|
@ -15,6 +16,7 @@ _: {...}: {
|
|||
hostPath = "/persist/website/etc/ssh/";
|
||||
isReadOnly = false;
|
||||
};
|
||||
"/secrets".hostPath = "/run/secrets/website";
|
||||
};
|
||||
config = {
|
||||
pkgs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue