This commit is contained in:
2024-11-17 00:17:25 -05:00
parent 8dc2ee3d54
commit 1e6fa71a53
5 changed files with 16 additions and 40 deletions

View File

@@ -13,11 +13,9 @@
./hardware.nix
./services/jellyfin.nix
./services/caddy.nix
# ./services/quadlet.nix
./services/immich.nix
./services/gitea.nix
./services/minecraft.nix
# ./services/soulseek.nix
./services/wg.nix
./services/qbittorrent.nix
./services/bitmagnet.nix
@@ -236,24 +234,12 @@
};
};
virtualisation = {
containers.enable = true;
podman = {
enable = true;
# Required for containers under podman-compose to be able to talk to each other.
defaultNetwork.settings.dns_enabled = true;
};
};
users.users.${username} = {
isNormalUser = true;
extraGroups = [
"wheel"
"video"
"render"
"minecraft"
];
hashedPasswordFile = "/etc/nixos/secrets/hashedPass";