Enable first podman container
This commit is contained in:
@@ -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