nixos-with-flakes/other-useful-tips #101
Replies: 5 comments 6 replies
-
|
Is it really a good idea to let all system settings be changed with user-level privileges? |
Beta Was this translation helpful? Give feedback.
-
|
What about hardware-configuration.nix file? In the file itself it says may be overwritten. So, is it okay to sym link it? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
The section "Viewing and Deleting Historical Data" only deals with globally installed packages. I'm wondering how to do the same for Home Manager installed packages. I've tried this command below, but returned no results: Though I found the list of generations by |
Beta Was this translation helpful? Give feedback.
-
|
For #managing-the-configuration-with-git { config, pkgs, ...}:
{
// other options
environment.etc.nixos.source = "/path/to/flake";
// other options
};IIRC the path has to be a string and not a path literal, something to do with path literals being added to the nix store |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
nixos-with-flakes/other-useful-tips
An unofficial and opinionated book for beginners
https://nixos-and-flakes.thiscute.world/nixos-with-flakes/other-useful-tips
Beta Was this translation helpful? Give feedback.
All reactions