about summary refs log tree commit diff
path: root/users/sterni/machines/edwin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/sterni/machines/edwin/default.nix')
-rw-r--r--users/sterni/machines/edwin/default.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/users/sterni/machines/edwin/default.nix b/users/sterni/machines/edwin/default.nix
deleted file mode 100644
index 68f20787a9bf..000000000000
--- a/users/sterni/machines/edwin/default.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-{ config, lib, pkgs, depot, ... }:
-
-{
-  imports = [
-    # Third party modules we use
-    "${depot.third_party.agenix.src}/modules/age.nix"
-    # Basic settings
-    ../../modules/common.nix
-    # These modules touch things related to booting (filesystems, initrd network…)
-    ./hardware.nix
-    ./network.nix
-    # These modules configure services, websites etc.
-    (depot.path.origSrc + "/ops/modules/btrfs-auto-scrub.nix")
-  ];
-
-  config = {
-    system.stateVersion = "20.09";
-  };
-}