From 380a2055752775aced4c51c604ea09d68afc4053 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 15 Aug 2025 22:02:05 -0600 Subject: the testing never ends --- machines/vm/foolcreek/default.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'machines') diff --git a/machines/vm/foolcreek/default.nix b/machines/vm/foolcreek/default.nix index 0b0fa7c..624c6a7 100644 --- a/machines/vm/foolcreek/default.nix +++ b/machines/vm/foolcreek/default.nix @@ -35,11 +35,14 @@ # host.address = "127.0.0.1"; host.port = 80; } ]; - interfaces = [{ - type = "tap"; - id = "vm-foolcreek"; - mac = "02:00:00:00:00:01"; - }]; + interfaces =[ + # { + # type = "tap"; + # id = "vm-foolcreek"; + # mac = "02:00:00:00:00:01"; + # } + { type = "user"; } + ]; }; systemd.network = { -- cgit v1.2.3 From dd4dab7175a8efcc5f93efffb94c449324e43ad5 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 18 Aug 2025 15:46:13 -0600 Subject: too many games won't launch in hyprland --- machines/zenbook/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines') diff --git a/machines/zenbook/default.nix b/machines/zenbook/default.nix index 61e20db..62f256c 100644 --- a/machines/zenbook/default.nix +++ b/machines/zenbook/default.nix @@ -80,6 +80,7 @@ # ciscoPacketTracer8 ]; + services.desktopManager.plasma6.enable = true; services.displayManager = { sddm = { enable = true; -- cgit v1.2.3 From 8ddf3d2b60ab9baec60fd2db7c597fcb710f5a69 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Wed, 3 Sep 2025 23:04:45 +0000 Subject: be more storage efficient on small server --- machines/bosco/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'machines') diff --git a/machines/bosco/default.nix b/machines/bosco/default.nix index bb2867f..40a1332 100644 --- a/machines/bosco/default.nix +++ b/machines/bosco/default.nix @@ -35,6 +35,8 @@ terminal_output serial ''; + nix.optimise.automatic = true; + networking.hostName = "bosco"; # Define your hostname. environment.shellInit = ''export NIXPATH="/nix/var/nix/profiles/per-user/$USER/channels:nixos-config=/etc/nixos/machines/bosco/configuration.nix"''; -- cgit v1.2.3 From 194b9847762b31f4649c2dfd92c88512adeb713f Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 11 Sep 2025 19:42:52 +0000 Subject: auto optimize risks errors --- machines/bosco/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'machines') diff --git a/machines/bosco/default.nix b/machines/bosco/default.nix index 40a1332..bb2867f 100644 --- a/machines/bosco/default.nix +++ b/machines/bosco/default.nix @@ -35,8 +35,6 @@ terminal_output serial ''; - nix.optimise.automatic = true; - networking.hostName = "bosco"; # Define your hostname. environment.shellInit = ''export NIXPATH="/nix/var/nix/profiles/per-user/$USER/channels:nixos-config=/etc/nixos/machines/bosco/configuration.nix"''; -- cgit v1.2.3 From 0dfedcf4b01fd4cf347d533fbef555dbcae0a5bd Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 16 Sep 2025 18:20:34 -0600 Subject: flipper support --- machines/betsy/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines') diff --git a/machines/betsy/default.nix b/machines/betsy/default.nix index 8918e7b..ccd9b40 100644 --- a/machines/betsy/default.nix +++ b/machines/betsy/default.nix @@ -30,6 +30,7 @@ # binfmt.emulatedSystems = ["aarch64-linux"]; }; hardware.onlykey.enable = true; + hardware.flipperzero.enable = true; nix.settings = { substituters = ["https://hyprland.cachix.org"]; -- cgit v1.2.3