diff options
| author | vin <vin@vineetk.net> | 2025-03-18 01:22:11 -0400 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-03-18 01:22:29 -0400 |
| commit | 0c71dc7eb32efd9d5fbe1a2f8a699f155c4e8922 (patch) | |
| tree | 6bf576da9af38e512bc6a00dc68b26369beee589 /hosts/hastur | |
| parent | 6d007fc8cb3c44149a9c410de75f460576ae18d2 (diff) | |
demiurge, hastur: stuff
Diffstat (limited to 'hosts/hastur')
| -rw-r--r-- | hosts/hastur/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/hastur/default.nix b/hosts/hastur/default.nix index 1345758..401e74a 100644 --- a/hosts/hastur/default.nix +++ b/hosts/hastur/default.nix | |||
| @@ -137,6 +137,7 @@ | |||
| 137 | # default packages for both me and root | 137 | # default packages for both me and root |
| 138 | environment = { | 138 | environment = { |
| 139 | systemPackages = with pkgs; [ | 139 | systemPackages = with pkgs; [ |
| 140 | distrobox | ||
| 140 | doas-sudo-shim | 141 | doas-sudo-shim |
| 141 | emacs | 142 | emacs |
| 142 | git | 143 | git |
| @@ -296,5 +297,11 @@ LQIhANgsvYmyCp/Nur2RKaV25CDg3kMYVBXED2HVDy8qa+3i | |||
| 296 | mandoc.enable = true; | 297 | mandoc.enable = true; |
| 297 | }; | 298 | }; |
| 298 | 299 | ||
| 300 | # virtualization stuff | ||
| 301 | virtualisation.podman = { | ||
| 302 | enable = true; | ||
| 303 | dockerCompat = true; | ||
| 304 | }; | ||
| 305 | |||
| 299 | system.stateVersion = "24.05"; | 306 | system.stateVersion = "24.05"; |
| 300 | } | 307 | } |
