feat(info): add stationary attribute
This commit is contained in:
parent
3c9b2115b6
commit
b137f9ff8b
2 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,7 @@ in
|
|||
config = mkMerge [
|
||||
(mkIf cfg.desktop {
|
||||
modules.hardware.audio.enable = mkDefault true;
|
||||
info.stationary = mkDefault true;
|
||||
})
|
||||
(mkIf cfg.laptop {
|
||||
modules.hardware = {
|
||||
|
@ -100,6 +101,7 @@ in
|
|||
info = {
|
||||
monitors = mkDefault 0;
|
||||
model = mkDefault "Headless Server";
|
||||
stationary = mkDefault true;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue