mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: o3o
This commit is contained in:
parent
c7c0140508
commit
15ac9bfa2b
9 changed files with 169 additions and 3 deletions
|
|
@ -53,6 +53,7 @@ _: let
|
|||
# };
|
||||
#};
|
||||
|
||||
security.acme.defaults.email = "acme@inskip.me";
|
||||
system.stateVersion = "23.11";
|
||||
};
|
||||
in {
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ _: let
|
|||
])
|
||||
++ (with tree.nixos.servers; [
|
||||
mail
|
||||
continuwuity
|
||||
]);
|
||||
|
||||
boot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue