Added Distrobox
This commit is contained in:
parent
bed80cefa0
commit
c906bb66e1
14
modules_dentritic/features/core/container.nix
Normal file
14
modules_dentritic/features/core/container.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ self, inputs, ... }:
|
||||
{
|
||||
flake = {
|
||||
nixosModules = {
|
||||
distrobox = { pkgs, lib, ... }: {
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
environment.systemPackages = [ pkgs.distrobox ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@ -16,6 +16,7 @@
|
||||
self.nixosModules.commonConfig
|
||||
self.nixosModules.bootloader
|
||||
self.nixosModules.niri
|
||||
self.nixosModules.distrobox
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user