diff options
| author | Fuwn <[email protected]> | 2024-10-03 01:16:26 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-03 01:16:26 -0700 |
| commit | 9989fe08f302f3197ffde8263d23d581e6ee7e74 (patch) | |
| tree | 6dc7bf3727ffaa55fb081ca412f0470e08e7205b /home/ebisu/fortune/system/virtualisation | |
| parent | modules: reformat (diff) | |
| download | nixos-config-9989fe08f302f3197ffde8263d23d581e6ee7e74.tar.xz nixos-config-9989fe08f302f3197ffde8263d23d581e6ee7e74.zip | |
home: configure multi-host home setup
Diffstat (limited to 'home/ebisu/fortune/system/virtualisation')
| -rw-r--r-- | home/ebisu/fortune/system/virtualisation/default.nix | 9 | ||||
| -rw-r--r-- | home/ebisu/fortune/system/virtualisation/docker.nix | 10 |
2 files changed, 0 insertions, 19 deletions
diff --git a/home/ebisu/fortune/system/virtualisation/default.nix b/home/ebisu/fortune/system/virtualisation/default.nix deleted file mode 100644 index bc74b7e..0000000 --- a/home/ebisu/fortune/system/virtualisation/default.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ pkgs, ... }: -{ - imports = [ ./docker.nix ]; - home.packages = with pkgs; [ - bottles - wine - wine-staging - ]; -} diff --git a/home/ebisu/fortune/system/virtualisation/docker.nix b/home/ebisu/fortune/system/virtualisation/docker.nix deleted file mode 100644 index 737ef3d..0000000 --- a/home/ebisu/fortune/system/virtualisation/docker.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ pkgs, ... }: -{ - home.packages = with pkgs; [ - act - earthly - dive - docker-slim - docker-credential-helpers - ]; -} |