summary refs log tree commit diff
path: root/host/Rory-fosscord
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-fosscord')
-rwxr-xr-xhost/Rory-fosscord/configuration.nix4
-rwxr-xr-xhost/Rory-fosscord/software.nix14
2 files changed, 15 insertions, 3 deletions
diff --git a/host/Rory-fosscord/configuration.nix b/host/Rory-fosscord/configuration.nix
index a58ba05..84c997e 100755
--- a/host/Rory-fosscord/configuration.nix
+++ b/host/Rory-fosscord/configuration.nix
@@ -4,9 +4,7 @@
   imports =
     [
       ../../modules/base-server.nix
-      # ./services.nix
-      discord-client-proxy.modules.proxy
-      discord-client-proxy.modules.users
+      ./software.nix
     ];
 
   networking = {
diff --git a/host/Rory-fosscord/software.nix b/host/Rory-fosscord/software.nix
new file mode 100755
index 0000000..78f4412
--- /dev/null
+++ b/host/Rory-fosscord/software.nix
@@ -0,0 +1,14 @@
+{ config, pkgs, lib, discord-client-proxy, ... }:
+
+{
+  imports =
+    [
+      ../../modules/base-server.nix
+      # ./services.nix
+      discord-client-proxy.modules.proxy
+      discord-client-proxy.modules.users
+    ];
+
+  system.stateVersion = "22.11"; # DO NOT EDIT!
+}
+