Reorganize configuration and prep for flakes
This commit is contained in:
parent
78439054dd
commit
dea7fcbf96
19 changed files with 250 additions and 95 deletions
|
@ -1,12 +1,10 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
nixpkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [ /etc/nixos/hardware-configuration.nix ];
|
||||
|
||||
options.custom.gua_pref = lib.mkOption {
|
||||
type = with lib.types; nullOr (strMatching "^[0-9a-zA-Z:]+$");
|
||||
default = null;
|
||||
|
@ -148,7 +146,7 @@
|
|||
|
||||
nix = {
|
||||
registry = {
|
||||
nixpkgs.flake = inputs.nixpkgs;
|
||||
nixpkgs.flake = nixpkgs;
|
||||
};
|
||||
settings = {
|
||||
experimental-features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue