hosts/medicine: Empty attr for displays

This commit is contained in:
kat witch 2021-09-09 03:37:16 +01:00
parent d6d174de5a
commit 9426d58552
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -18,12 +18,15 @@
(modulesPath + "/installer/cd-dvd/installation-cd-base.nix")
];
config = {
networking = {
networkmanager.enable = true;
wireless.enable = mkForce false;
};
hardware.displays = {};
system.stateVersion = "21.11";
};
}