mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 18:19:09 +00:00
modules: update comments
This commit is contained in:
parent
b33f9cf963
commit
d24209cdcb
@ -24,6 +24,8 @@
|
|||||||
[ "nix-command" "flakes" ]
|
[ "nix-command" "flakes" ]
|
||||||
++ lib.optionals (lib.versionOlder config.nix.package.version "2.22.0") [ "repl-flake" ];
|
++ lib.optionals (lib.versionOlder config.nix.package.version "2.22.0") [ "repl-flake" ];
|
||||||
auto-optimise-store = lib.mkDefault true;
|
auto-optimise-store = lib.mkDefault true;
|
||||||
|
|
||||||
|
# We don't want to download every time we invoke Nix, seriously. Thanks.
|
||||||
flake-registry = "";
|
flake-registry = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# A dedicated profile for installers with some niceties in it. This is also
|
# A dedicated profile for installers with some niceties in it. This is also
|
||||||
# used for persistent live installers.
|
# used for persistent live installers so you'll have to exclude setting up shop
|
||||||
|
# and do that in the respective NixOS configuration instead.
|
||||||
{ pkgs, modulesPath, ... }:
|
{ pkgs, modulesPath, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -24,6 +24,8 @@
|
|||||||
[ "nix-command" "flakes" ]
|
[ "nix-command" "flakes" ]
|
||||||
++ lib.optionals (lib.versionOlder config.nix.package.version "2.22.0") [ "repl-flake" ];
|
++ lib.optionals (lib.versionOlder config.nix.package.version "2.22.0") [ "repl-flake" ];
|
||||||
auto-optimise-store = lib.mkDefault true;
|
auto-optimise-store = lib.mkDefault true;
|
||||||
|
|
||||||
|
# We don't want to download every time we invoke Nix, seriously. Thanks.
|
||||||
flake-registry = "";
|
flake-registry = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user