about summary refs log tree commit diff
path: root/users/sterni/machines/edwin/default.nix
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2024-11-18T11·34+0100
committerclbot <clbot@tvl.fyi>2024-11-18T12·44+0000
commita6f777206acac0e537aa8892da419879e0972315 (patch)
tree01ca891fcc8a8b4ea1f1f16579256027dfdb84cd /users/sterni/machines/edwin/default.nix
parent0d4bcc38d81af1ee0eb7476a827c502d27fd3ce1 (diff)
chore(sterni/machines/edwin): remove r/8939
This machine hasn't existed for a while. Seems like I forgot to remove
the expression after its final month ran out.

Change-Id: I0e4abbd9af75eabfab0db106f851a1e43aa8c90f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12807
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Autosubmit: sterni <sternenseemann@systemli.org>
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";
-  };
-}