feat(nix): add graphical module, pass option to nixosSystem
This commit is contained in:
parent
c2bae8cd85
commit
df06e092d6
5 changed files with 73 additions and 29 deletions
|
@ -9,6 +9,7 @@
|
|||
};
|
||||
hosts.nixos = {
|
||||
nemesis = {
|
||||
graphical = true;
|
||||
machine = {
|
||||
platform = "amd";
|
||||
gpu = "nvidia";
|
||||
|
@ -22,9 +23,9 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
extraCfg.desktop.enable = true;
|
||||
};
|
||||
apollo = {
|
||||
graphical = false;
|
||||
machine = {
|
||||
platform = "intel";
|
||||
root.drive = "/dev/disk/by-id/nvme-eui.002538d221b47b01";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue