diff options
author | lassulus <lassulus@lassul.us> | 2017-11-29 16:22:10 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-11-29 16:22:10 +0100 |
commit | ff3e1c0d031ad18d6e7bb6720358cd55e115b4f8 (patch) | |
tree | 0dff67f87104a009a66c281aa72725e5a808de8a /lass/1systems | |
parent | 53e45b128688d6fa103e8f117aa35a793781662a (diff) |
l helios.r: add dcso coop env
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/helios/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/1systems/helios/config.nix b/lass/1systems/helios/config.nix index 23307e9a3..dfca3d4d4 100644 --- a/lass/1systems/helios/config.nix +++ b/lass/1systems/helios/config.nix @@ -14,6 +14,7 @@ with import <stockholm/lib>; #<stockholm/lass/2configs/git.nix> <stockholm/lass/2configs/dcso-vpn.nix> <stockholm/lass/2configs/virtualbox.nix> + <stockholm/lass/2configs/dcso-dev.nix> { # automatic hardware detection boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; boot.kernelModules = [ "kvm-intel" ]; |