summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/system/virtualisation
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-03 01:16:26 -0700
committerFuwn <[email protected]>2024-10-03 01:16:26 -0700
commit9989fe08f302f3197ffde8263d23d581e6ee7e74 (patch)
tree6dc7bf3727ffaa55fb081ca412f0470e08e7205b /home/ebisu/fortune/system/virtualisation
parentmodules: reformat (diff)
downloadnixos-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.nix9
-rw-r--r--home/ebisu/fortune/system/virtualisation/docker.nix10
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
- ];
-}