This commit is contained in:
Vivian 2023-05-03 12:58:47 +02:00
parent b41f0da1a0
commit fe357f931d
3 changed files with 13 additions and 6 deletions

View file

@ -127,6 +127,11 @@
mac = "d4:3d:7e:35:0a:bf";
nix = false;
};
"lucy" = {
ip = "192.168.0.125";
mac = "5E:36:04:2D:38:DF";
type = "vm";
};
"database" = {
ip = "192.168.0.126";
mac = "82:e8:71:7f:37:b4";

View file

@ -5,6 +5,8 @@
services.hardware.bolt.enable = true;
hardware.trackpoint.enable = true;
# FS
fileSystems."/".options = [ "compress=zstd" ];