Compare commits
No commits in common. "1c8e7e9b9339336e4d64cd74b010cb1b7ae9f1de" and "26521600a10f055282dfc8f4694b75218092a87e" have entirely different histories.
1c8e7e9b93
...
26521600a1
1 changed files with 5 additions and 7 deletions
|
@ -8,12 +8,9 @@
|
||||||
sisyphus = {
|
sisyphus = {
|
||||||
desktop.sway.enable = true;
|
desktop.sway.enable = true;
|
||||||
|
|
||||||
hardware = {
|
hardware.nvidia = {
|
||||||
nvidia = {
|
enable = true;
|
||||||
enable = true;
|
model = "Quadro T2000";
|
||||||
model = "Quadro T2000";
|
|
||||||
};
|
|
||||||
yubikey.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
@ -34,6 +31,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
monero.enable = true;
|
||||||
pipewire.enable = true;
|
pipewire.enable = true;
|
||||||
tailscale.enable = true;
|
tailscale.enable = true;
|
||||||
};
|
};
|
||||||
|
@ -41,7 +39,7 @@
|
||||||
users.tdpeuter.enable = true;
|
users.tdpeuter.enable = true;
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = true;
|
qemu.enable = true;
|
||||||
virtualbox.enable = true;
|
virtualbox.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue