mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
hosts/medicine: Empty attr for displays
This commit is contained in:
parent
d6d174de5a
commit
9426d58552
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue