about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorPatryk Niedzwiedzinski <patryk@niedzwiedzinski.cyou>2024-09-29 16:57:13 +0200
committerPatryk Niedzwiedzinski <patryk@niedzwiedzinski.cyou>2024-09-29 16:57:13 +0200
commitb0f89aad37b8f21bf2865a30065cf4ca29a2176f (patch)
tree8d750003d3a524f84a76d93bd0950e890dee2b37 /machines
parent5ec63e54cf7ef60e1a93db05d7f21db87bb5eeff (diff)
downloaddots-b0f89aad37b8f21bf2865a30065cf4ca29a2176f.tar.gz
dots-b0f89aad37b8f21bf2865a30065cf4ca29a2176f.zip
13 current 2024-09-29 16:57:11 24.05.20240914.8f7492c 6.6.51 *
Diffstat (limited to 'machines')
-rw-r--r--machines/t14/configuration.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/machines/t14/configuration.nix b/machines/t14/configuration.nix
index 07fe3fc..7e7bff1 100644
--- a/machines/t14/configuration.nix
+++ b/machines/t14/configuration.nix
@@ -1,6 +1,7 @@
 { config, pkgs, ... }:
-
-{
+let
+	rebuild = pkgs.writeShellScriptBin "rebuild" (builtins.readFile ../../rebuild/rebuild.sh);
+in {
 	imports =
 		[ # Include the results of the hardware scan.
 		../base.nix
@@ -47,6 +48,7 @@
 	environment.systemPackages = with pkgs; [
 #  vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
 #  wget
+		rebuild
 	];
 
 # Some programs need SUID wrappers, can be configured further or are