Enable first podman container
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
@@ -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; [
|
||||
|
Reference in New Issue
Block a user