summaryrefslogtreecommitdiff
path: root/sys/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/default.nix b/sys/default.nix
index ef60f43..47203f9 100644
--- a/sys/default.nix
+++ b/sys/default.nix
@@ -1,10 +1,6 @@
-{ self, impermanence }:
{ lib, config, pkgs, modulesPath, ... }:
with lib; {
imports = [
- "${modulesPath}/installer/scan/not-detected.nix"
- impermanence.nixosModule
-
./auth.nix
./boot.nix
./fs
@@ -14,8 +10,6 @@ with lib; {
];
config = {
- nixpkgs.overlays = [ self.overlay ];
-
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. It‘s perfectly fine and recommended to leave