diff options
| author | Fuwn <[email protected]> | 2024-09-19 07:53:37 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-19 07:54:03 -0700 |
| commit | 3e2f9b079afda61e5b114862df3660ca66063002 (patch) | |
| tree | 77f65fc77c75e582704b6fffafb3e1b337c3ffe4 /hosts/himeji/default.nix | |
| parent | hyprland: fix rofi focus (diff) | |
| download | nixos-config-3e2f9b079afda61e5b114862df3660ca66063002.tar.xz nixos-config-3e2f9b079afda61e5b114862df3660ca66063002.zip | |
hosts: update himeji
Diffstat (limited to 'hosts/himeji/default.nix')
| -rw-r--r-- | hosts/himeji/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/himeji/default.nix b/hosts/himeji/default.nix index 0ce7861..e04b07f 100644 --- a/hosts/himeji/default.nix +++ b/hosts/himeji/default.nix @@ -2,8 +2,8 @@ { imports = [ ./hardware-configuration.nix - ./networking.nix ../../modules/networking/vpn/tailscale.nix + ../../disks/himeji.nix ]; boot.tmp.cleanOnBoot = true; @@ -26,16 +26,16 @@ virtualisation = { containers.enable = true; - docker.enable = true; + # docker.enable = true; podman = { - enable = false; + enable = true; dockerCompat = true; defaultNetwork.settings.dns_enabled = true; }; oci-containers = { - backend = "docker"; + backend = "podman"; # "docker" containers = { september = { |