base
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
system.stateVersion = lib.mkDefault stateVersion; # TODO: home-manager
|
||||
|
||||
imports = [
|
||||
./base.nix
|
||||
./profiles/base
|
||||
"${self}/hosts/nixos/${hostname}/configuration.nix"
|
||||
inputs.home-manager.nixosModules.default
|
||||
#inputs.nix-index-database.nixosModules.nix-index # TODO: fix?
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
|
||||
{
|
||||
imports = let ifExists = p: if builtins.pathExists p then p else {}; in [
|
||||
./cachix.nix # update with `cachix use --mode nixos -d . FOOBAR`
|
||||
./secrets
|
||||
./profiles/locale-no.nix
|
||||
./profiles/ccache
|
||||
./profiles/upgrade-diff.nix
|
||||
./profiles/lix.nix
|
||||
./profiles/mounts/common-nfs.nix
|
||||
./../cachix.nix # update with `cachix use --mode nixos -d . FOOBAR`
|
||||
./../secrets
|
||||
./locale-no.nix
|
||||
./ccache
|
||||
./upgrade-diff.nix
|
||||
./lix.nix
|
||||
./mounts/common-nfs.nix
|
||||
/* ./profiles/mounts/common-zfs.nix */
|
||||
|
||||
# results of 'nixos-generate-config'
|
||||
Reference in New Issue
Block a user