aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-09-09 20:39:48 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-09-09 20:39:48 -0500
commit10c22ef344bc22ca62e916d30468e97e368ff99b (patch)
tree2c2306a572d5df70059b0924ebd22f158a88aef6 /hosts
parente26a6405bd5916a2eb6bed47a02ccd5273716901 (diff)
system-manager for non-nixos machine ganymede
Diffstat (limited to 'hosts')
-rw-r--r--hosts/ganymede/system.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/ganymede/system.nix b/hosts/ganymede/system.nix
new file mode 100644
index 0000000..7eb2e74
--- /dev/null
+++ b/hosts/ganymede/system.nix
@@ -0,0 +1,8 @@
+{
+ config,
+ lib,
+ pkgs,
+ ...
+}: {
+ nixpkgs.hostPlatform = "x86_64-linux";
+}