Enable first podman container

This commit is contained in:
2025-04-25 08:31:10 +02:00
parent e07c854ae0
commit 68ec429e96
6 changed files with 69 additions and 6 deletions

View File

@@ -59,13 +59,13 @@
allowedUDPPorts = [ 80 443 53 ];
};
users.users.timo = {
users.users.deploy = {
isNormalUser = true;
description = "Timo Boomers";
description = "Deploy";
extraGroups = [ "networkmanager" "wheel" "dialout" ];
};
nix.settings.trusted-users = [ "root" "timo" ];
nix.settings.trusted-users = [ "root" "deploy" ];
system.stateVersion = "24.05";
}

View File

@@ -8,12 +8,12 @@
config = {
home = {
username = "timo";
homeDirectory = "/home/timo";
username = "deploy";
homeDirectory = "/home/deploy";
};
settings = {
applications.common.enable = false;
applications.common.enable = true;
applications.alacritty.enable = false;
applications.devenv.enable = false;
applications.firefox.enable = false;
@@ -26,6 +26,7 @@
applications.zellij.enable = false;
services.nextcloud-sync.enable = false;
services.podman.enable = true;
theming.fonts.enable = false;
theming.stylix.enable = false;
@@ -33,6 +34,8 @@
theming.stylix.theme = "da-one-ocean";
desktop-environments.hyprland.enable = false;
containers.nginx.enable = true;
};
home.packages = with pkgs; [