From 0f4ea6af90f60450bebb32a5ba0d1a5736e5bcf9 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 10 Aug 2023 18:46:02 -0700 Subject: [PATCH] updated custom.nix script and added sovran-pro-flake-update2 --- file_fixes_and_new_services/add-custom-nix.sh | 9 +++++---- file_fixes_and_new_services/sovran-pro-flake-update2.sh | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/file_fixes_and_new_services/add-custom-nix.sh b/file_fixes_and_new_services/add-custom-nix.sh index f120a61..92cf960 100644 --- a/file_fixes_and_new_services/add-custom-nix.sh +++ b/file_fixes_and_new_services/add-custom-nix.sh @@ -37,12 +37,13 @@ FILE=/var/lib/beacons/file_fixes_and_new_services/add-custom-nix/completed touch /etc/nixos/custom.nix /run/current-system/sw/bin/cat > /etc/nixos/custom.nix <<- "EOF" - +/* {config, pkgs, lib, ...}: -/* -Add custom NixOS modules here. -/* + +# Add custom NixOS modules here. + + let personalization = import ./personalization.nix; diff --git a/file_fixes_and_new_services/sovran-pro-flake-update2.sh b/file_fixes_and_new_services/sovran-pro-flake-update2.sh index b6cdf20..a594503 100644 --- a/file_fixes_and_new_services/sovran-pro-flake-update2.sh +++ b/file_fixes_and_new_services/sovran-pro-flake-update2.sh @@ -55,7 +55,7 @@ FILE=/var/lib/beacons/file_fixes_and_new_services/sovran-pro-flake-update2/compl modules = [ - ./custom + ./custom.nix ./hardware-configuration.nix