summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-14 23:42:44 +0200
committermakefu <github@syntax-fehler.de>2023-06-14 23:42:44 +0200
commit2669d334195043a1ae599eeac1a22ceef3e630b7 (patch)
treee0d271343ab6becd2193995dd26ee5476a572ddb
parenta2040ce915a4e8a2ae9f0897a13f77d6592dd81e (diff)
tsp: move to relative paths
-rw-r--r--1systems/tsp/config.nix32
1 files changed, 16 insertions, 16 deletions
diff --git a/1systems/tsp/config.nix b/1systems/tsp/config.nix
index 74c4e5616..5e2c6c9c6 100644
--- a/1systems/tsp/config.nix
+++ b/1systems/tsp/config.nix
@@ -5,31 +5,31 @@
[ # Include the results of the hardware scan.
./hardware.nix
../../2configs/default.nix
- # (self + "/2configs/nur.nix")
+ # ../../2configs/nur.nix
- # (self + "/2configs/nur.nix")
- (self + "/2configs/home-manager")
- (self + "/2configs/main-laptop.nix")
- (self + "/2configs/editor/neovim")
- (self + "/2configs/tools/core.nix")
- # (self + "/2configs/tools/all.nix")
+ # ../../2configs/nur.nix
+ ../../2configs/home-manager
+ ../../2configs/main-laptop.nix
+ ../../2configs/editor/neovim
+ ../../2configs/tools/core.nix
+ # ../../2configs/tools/all.nix
((import ../../2configs/fs/disko/single-disk-encrypted-zfs.nix ) { disks = ["/dev/sda" ]; hostId = "f8b8e0a2"; })
# hardware specifics are in here
- (self + "/2configs/hw/bluetooth.nix")
- (self + "/2configs/hw/network-manager.nix")
+ ../../2configs/hw/bluetooth.nix
+ ../../2configs/hw/network-manager.nix
- # (self + "/2configs/rad1o.nix")
+ # ../../2configs/rad1o.nix
- (self + "/2configs/zsh-user.nix")
- (self + "/2configs/home-manager")
- (self + "/2configs/home-manager/desktop.nix")
- (self + "/2configs/home-manager/cli.nix")
+ ../../2configs/zsh-user.nix
+ ../../2configs/home-manager
+ ../../2configs/home-manager/desktop.nix
+ ../../2configs/home-manager/cli.nix
# still broken
- #(self + "/2configs/tinc/retiolum.nix")
- # (self + "/2configs/sshd-totp.nix")
+ # ../../2configs/tinc/retiolum.nix
+ # ../../2configs/sshd-totp.nix
];
nixpkgs.config.allowUnfree = true;