we servering

This commit is contained in:
alisceon 2025-09-24 18:23:45 +02:00
parent 7688f7e215
commit 594981ca52
4 changed files with 103 additions and 141 deletions

View file

@ -64,7 +64,6 @@
LC_TELEPHONE = "sv_SE.UTF-8";
LC_TIME = "sv_SE.UTF-8";
};
security.sudo.wheelNeedsPassword = false;
environment = {
systemPackages = with pkgs; [
@ -108,10 +107,14 @@
];
}; # end environment
virtualisation.podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
virtualisation = {
containers.enable = true;
podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
}; # end podman
oci-containers.backend = "podman";
}; # end virtualisation
users.users.alisceon = {
@ -154,9 +157,9 @@
description = "fuzzy completions for xonsh";
license = pkgs.lib.licenses.mit;
maintainers = [ ];
};
}
)
}; # end meta
} # end buildPythonPackage
)
]; # end extraPackages
config = (builtins.readFile ../../home/conf/xonsh/xonshrc);
}; # end xonsh

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
security.sudo.wheelNeedsPassword = true;
services = {
openssh = {
enable = true;
@ -9,8 +10,6 @@
}; # end openssh
}; # end services
services.fwupd.enable = true;
environment = {
systemPackages = with pkgs; [
devenv