summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/betsy/default.nix1
-rw-r--r--machines/vm/foolcreek/default.nix13
-rw-r--r--machines/zenbook/default.nix1
3 files changed, 10 insertions, 5 deletions
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"];
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 = {
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;