updated custom.nix script and added sovran-pro-flake-update2

This commit is contained in:
naturallaw77 2023-08-10 18:46:02 -07:00
parent 24f88c3e01
commit 0f4ea6af90
2 changed files with 6 additions and 5 deletions

View File

@ -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;

View File

@ -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