add lucy
This commit is contained in:
parent
b41f0da1a0
commit
fe357f931d
3 changed files with 13 additions and 6 deletions
|
@ -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";
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
|
||||
services.hardware.bolt.enable = true;
|
||||
|
||||
hardware.trackpoint.enable = true;
|
||||
|
||||
# FS
|
||||
fileSystems."/".options = [ "compress=zstd" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue