feat: Added excalidraw selfhosted

This commit is contained in:
uttarayan21
2025-07-30 06:44:52 +05:30
parent 411902ff7d
commit 0bdf23cd4a
4 changed files with 65 additions and 92 deletions

View File

@@ -1,6 +1,7 @@
{
config,
pkgs,
device,
...
}: {
imports = [
@@ -9,6 +10,18 @@
./mirai.nix
# ./docker.nix
];
virtualisation.docker.enable = true;
# virtualisation.podman = {
# enable = true;
# dockerSocket.enable = true;
# defaultNetwork.dnsname.enable = true;
# };
users.extraUsers.${device.user}.extraGroups = ["docker"];
environment.systemPackages = with pkgs; [
arion
];
security.sudo.wheelNeedsPassword = false;
sops = {
defaultSopsFile = ../../secrets/secrets.yaml;