wip podman on h001

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-29 17:15:19 -05:00
parent d5ce9cd3eb
commit b0ca7ab8d7
6 changed files with 186 additions and 42 deletions

View file

@ -30,6 +30,7 @@
ros_neovim.nixosModules.default
./configuration.nix
./hardware-configuration.nix
(import ./containers { inherit common; })
(
{ config, pkgs, ... }:
{
@ -44,7 +45,7 @@
programs = {
tailnet.enable = true;
ssh.enable = true;
docker.enable = true;
podman.enable = true;
};
users = {
admins = [ "luser" ]; # First admin is also the primary user owning nix config