dsadsa
This commit is contained in:
@@ -4,20 +4,15 @@
|
||||
|
||||
{
|
||||
imports = let ifExists = p: if builtins.pathExists p then p else {}; in [
|
||||
./../cachix.nix # update with `cachix use --mode nixos -d . FOOBAR`
|
||||
./../secrets
|
||||
./locale-no.nix
|
||||
./ccache
|
||||
./upgrade-diff.nix
|
||||
./../../secrets
|
||||
./cachix.nix # update with `nix run nixpkgs#cachix -- use --mode nixos -d . FOOBAR`
|
||||
./lix.nix
|
||||
./mounts/common-nfs.nix
|
||||
./locale-no.nix
|
||||
./upgrade-diff.nix
|
||||
./../ccache
|
||||
./../mounts/common-nfs.nix
|
||||
/* ./profiles/mounts/common-zfs.nix */
|
||||
|
||||
# results of 'nixos-generate-config'
|
||||
# nice to have if i just dump this flake into /etc/nixos on a clean install
|
||||
(ifExists ./configuration.nix )
|
||||
(ifExists ./hardware-configuration.nix )
|
||||
|
||||
# TODO: move somewhere smart
|
||||
{
|
||||
options.virtualisation.isVmVariant = lib.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user