updated custom.nix script and added sovran-pro-flake-update2
This commit is contained in:
parent
24f88c3e01
commit
0f4ea6af90
@ -37,12 +37,13 @@ FILE=/var/lib/beacons/file_fixes_and_new_services/add-custom-nix/completed
|
|||||||
touch /etc/nixos/custom.nix
|
touch /etc/nixos/custom.nix
|
||||||
|
|
||||||
/run/current-system/sw/bin/cat > /etc/nixos/custom.nix <<- "EOF"
|
/run/current-system/sw/bin/cat > /etc/nixos/custom.nix <<- "EOF"
|
||||||
|
/*
|
||||||
{config, pkgs, lib, ...}:
|
{config, pkgs, lib, ...}:
|
||||||
|
|
||||||
/*
|
|
||||||
Add custom NixOS modules here.
|
# Add custom NixOS modules here.
|
||||||
/*
|
|
||||||
|
|
||||||
let
|
let
|
||||||
personalization = import ./personalization.nix;
|
personalization = import ./personalization.nix;
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ FILE=/var/lib/beacons/file_fixes_and_new_services/sovran-pro-flake-update2/compl
|
|||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
|
|
||||||
./custom
|
./custom.nix
|
||||||
|
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user