about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/legosi.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix
index d4009c20..a0dd56f4 100644
--- a/machines/profpatsch/legosi.nix
+++ b/machines/profpatsch/legosi.nix
@@ -18,12 +18,8 @@ in {
     vuizvui.modifyNixPath = false;
     nix = {
       nixPath = [
-        "vuizvui=/root/vuizvui"
-        "nixpkgs=/root/nixpkgs"
-        # todo: nicer?
-        "nixos-config=${pkgs.writeText "legosi-configuration.nix" ''
-          (import <vuizvui/machines>).profpatsch.legosi.config
-        ''}"
+        # cop out, if you really need a tool locally on the server, just use latest unstable
+        "nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz"
       ];
 
       extraOptions = ''