refactor(modules/system): move system config to a module
This commit is contained in:
parent
62f94ad85e
commit
cb01ba95b0
7 changed files with 65 additions and 23 deletions
6
modules/nixos/system/nix-config.nix
Normal file
6
modules/nixos/system/nix-config.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
config = {
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue