Compare commits

..

No commits in common. "8d1b7584f3346be030f5654ecf81104317adcbfb" and "73a1fa2f84e340dabfe7cb6bd132908aa90e01e2" have entirely different histories.

3 changed files with 7 additions and 4 deletions

View file

@ -24,6 +24,8 @@
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix.settings.auto-optimise-store = true;
# Configure network proxy if necessary # Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";

View file

@ -63,6 +63,8 @@ ACTION=="add", SUBSYSTEM=="i2c", ATTR{name}=="PNP0C50:00", ATTR{power/wakeup}="d
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix.settings.auto-optimise-store = true;
# Configure network proxy if necessary # Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";

View file

@ -2,10 +2,9 @@
{ {
nix = { nix = {
settings = { extraOptions = ''
auto-optimise-store = true; experimental-features = nix-command flakes
experimental-features = "nix-command flakes"; '';
};
registry = { registry = {
agenix = { agenix = {
from = { id = "agenix"; type = "indirect"; }; from = { id = "agenix"; type = "indirect"; };