summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index e95d317..0766b7a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -71,10 +71,6 @@
packages.${system}.nvim = nvim.neovim;
packages.${system-darwin}.nvim = nvim-darwin.neovim;
- nixosModules = {
- linux = ./modules/linux;
- };
-
nixosConfigurations = {
nepsis = nixpkgs.lib.nixosSystem {
specialArgs = {
@@ -83,7 +79,6 @@
};
modules = [
hjem.nixosModules.default
- self.nixosModules.linux
./common-linux.nix
./hosts/nepsis/configuration.nix
./overlays.nix
@@ -96,7 +91,6 @@
};
modules = [
hjem.nixosModules.default
- self.nixosModules.linux
./common-linux.nix
./hosts/icon/configuration.nix
./overlays.nix