about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2024-09-29 19:32:39 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2024-09-29 19:32:39 +0200
commitf45f52ee496312deb197f16d70bdfd52af5cc4fb (patch)
tree2b423ec803adedf234f2f8e4b67cac66ca1347d7 /machines
parent97d707555691ab87204fa00d7777cb62a88823e8 (diff)
downloaddots-f45f52ee496312deb197f16d70bdfd52af5cc4fb.tar.gz
dots-f45f52ee496312deb197f16d70bdfd52af5cc4fb.zip
t14: 28 current 2024-09-29 19:32:36 24.05.20240928.fbca5e7 6.6.52 *
Diffstat (limited to 'machines')
-rwxr-xr-xmachines/base.nix1
-rw-r--r--machines/t14/default.nix15
2 files changed, 1 insertions, 15 deletions
diff --git a/machines/base.nix b/machines/base.nix
index 8b4a55d..58d91f0 100755
--- a/machines/base.nix
+++ b/machines/base.nix
@@ -5,7 +5,6 @@
 
   imports = [
      ../modules/nur.nix
-  #  ../users/pn.nix
     ../modules/doas.nix
   #  ../modules/internet.nix
   ];
diff --git a/machines/t14/default.nix b/machines/t14/default.nix
index 506b05f..f258a4c 100644
--- a/machines/t14/default.nix
+++ b/machines/t14/default.nix
@@ -1,7 +1,5 @@
 { config, pkgs, ... }:
-let
-	rebuild = pkgs.writeShellScriptBin "rebuild" (builtins.readFile ../../rebuild.sh);
-in {
+{
 	imports =
 		[ # Include the results of the hardware scan.
 		../base.nix
@@ -37,21 +35,10 @@ in {
 	programs.nano.enable = false;
 	programs.git.enable = true;
 
-	boot.plymouth.enable = true;
-
 # Allow unfree packages
 	nixpkgs.config.allowUnfree = true;
-	nix.settings.experimental-features = [ "flakes" "nix-command" ];
 	nix.optimise.automatic = true;
 
-# List packages installed in system profile. To search, run:
-# $ nix search wget
-	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
 # started in user sessions.
 # programs.mtr.enable = true;