From 8c8669ee8170305f47ed6135e0e27c63744ba23e Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Sun, 1 Aug 2021 19:51:17 +0000 Subject: [PATCH] Add platformio, remove extra FS on starlight --- sets/hardware.nix | 2 ++ system/starlight/hardware-configuration.nix | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/sets/hardware.nix b/sets/hardware.nix index 9193bbe..c249cd0 100644 --- a/sets/hardware.nix +++ b/sets/hardware.nix @@ -8,6 +8,7 @@ in (pkgs.callPackage ../externals/rules/adafruit.nix { }) (pkgs.callPackage ../externals/rules/limesuite.nix { }) pkgs.openocd + pkgs.platformio ]; environment.systemPackages = with pkgs; [ @@ -16,6 +17,7 @@ in picocom stlink jlink + platformio ]; users = { diff --git a/system/starlight/hardware-configuration.nix b/system/starlight/hardware-configuration.nix index 4bfd476..f4a600a 100644 --- a/system/starlight/hardware-configuration.nix +++ b/system/starlight/hardware-configuration.nix @@ -66,13 +66,6 @@ options = [ "subvol=root/var/lib/lxd/storage-pools/default" ]; }; - fileSystems."/var/lib/docker/btrfs" = - { - device = "/var/lib/lxd/storage-pools/default/root/var/lib/docker/btrfs"; - fsType = "none"; - options = [ "bind" ]; - }; - fileSystems."/media/luna/photos" = { device = "10.69.0.69:/media/tank/photos";