Skip to content

Commit

Permalink
Copy configuration not supported with flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 14, 2024
1 parent 6d184ff commit def15df
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
enable = false;
unitConfig.DefaultDependencies = "no";
};
"hybrid-sleep" = {
"hybrid-sleep" = {
enable = false;
unitConfig.DefaultDependencies = "no";
};
Expand Down Expand Up @@ -183,11 +183,6 @@
# Mitigate issue where like /usr/bin/bash, hardcoded links in scripts not found
services.envfs.enable = true;

# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.
system.copySystemConfiguration = true;

# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. It‘s perfectly fine and recommended to leave
Expand Down

0 comments on commit def15df

Please sign in to comment.