This commit is contained in:
2025-06-15 02:26:04 +02:00
parent 468ad3552f
commit 11afe820ad
7 changed files with 6 additions and 11 deletions
+6 -11
View File
@@ -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 {