forked from Shinonome/omarchy-nix
Containers and styling
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{pkgs, ...}: {
|
||||
virtualisation.containers.enable = true;
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
# podman = {
|
||||
# enable = true;
|
||||
# dockerCompat = true;
|
||||
# dockerSocket.enable = true;
|
||||
# defaultNetwork.settings.dns_enabled = true;
|
||||
# };
|
||||
};
|
||||
}
|
||||
@@ -10,6 +10,6 @@ in {
|
||||
(import ./hyprland.nix inputs)
|
||||
(import ./system.nix)
|
||||
(import ./1password.nix)
|
||||
(import ./podman.nix)
|
||||
(import ./containers.nix)
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{pkgs, ...}: {
|
||||
virtualisation.containers.enable = true;
|
||||
virtualisation = {
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -23,6 +23,7 @@ in {
|
||||
|
||||
# Install packages
|
||||
environment.systemPackages = packages.systemPackages;
|
||||
programs.direnv.enable = true;
|
||||
|
||||
# Networking
|
||||
services.resolved.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user