container thingies
This commit is contained in:
parent
60cc8815e3
commit
240b1b4568
4 changed files with 13 additions and 1 deletions
|
|
@ -27,6 +27,12 @@
|
|||
accent = "blue";
|
||||
};
|
||||
|
||||
containers = {
|
||||
enable = true;
|
||||
jellyfin.enable = true;
|
||||
interface = "wlp192s0";
|
||||
};
|
||||
|
||||
users.default.enable = true;
|
||||
|
||||
base = {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ in {
|
|||
containers = {
|
||||
enable = true;
|
||||
backupDir = "/home/${username}/backups";
|
||||
interface = "enp2s0";
|
||||
|
||||
nginx.enable = true;
|
||||
vaultwarden.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue