summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--0make/lass/cloudkrebs.makefile4
-rw-r--r--0make/lass/mors.makefile4
-rw-r--r--0make/lass/uriel.makefile4
-rw-r--r--tv/2configs/base.nix2
4 files changed, 1 insertions, 13 deletions
diff --git a/0make/lass/cloudkrebs.makefile b/0make/lass/cloudkrebs.makefile
deleted file mode 100644
index baf7660..0000000
--- a/0make/lass/cloudkrebs.makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-deploy_host := root@cloudkrebs
-nixpkgs_url := https://github.com/Lassulus/nixpkgs
-nixpkgs_rev := 1879a011925c561f0a7fd4043da0768bbff41d0b
-secrets_dir := /home/lass/secrets/cloudkrebs
diff --git a/0make/lass/mors.makefile b/0make/lass/mors.makefile
deleted file mode 100644
index 896466a..0000000
--- a/0make/lass/mors.makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-deploy_host := root@mors
-nixpkgs_url := https://github.com/Lassulus/nixpkgs
-nixpkgs_rev := 1879a011925c561f0a7fd4043da0768bbff41d0b
-secrets_dir := /home/lass/secrets/mors
diff --git a/0make/lass/uriel.makefile b/0make/lass/uriel.makefile
deleted file mode 100644
index 9762e8e..0000000
--- a/0make/lass/uriel.makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-deploy_host := root@uriel
-nixpkgs_url := https://github.com/Lassulus/nixpkgs
-nixpkgs_rev := 961fcbabd7643171ea74bd550fee1ce5c13c2e90
-secrets_dir := /home/lass/secrets/uriel
diff --git a/tv/2configs/base.nix b/tv/2configs/base.nix
index 997d4c2..89a6611 100644
--- a/tv/2configs/base.nix
+++ b/tv/2configs/base.nix
@@ -90,7 +90,7 @@ in
rxvt_unicode.terminfo
];
- environment.shellAliases = {
+ environment.shellAliases = mkForce {
# alias cal='cal -m3'
gp = "${pkgs.pari}/bin/gp -q";
df = "df -h";