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,13 +8,10 @@
|
|||
sisyphus = {
|
||||
desktop.sway.enable = true;
|
||||
|
||||
hardware = {
|
||||
nvidia = {
|
||||
hardware.nvidia = {
|
||||
enable = true;
|
||||
model = "Quadro T2000";
|
||||
};
|
||||
yubikey.enable = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
|
@ -34,6 +31,7 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
monero.enable = true;
|
||||
pipewire.enable = true;
|
||||
tailscale.enable = true;
|
||||
};
|
||||
|
@ -41,7 +39,7 @@
|
|||
users.tdpeuter.enable = true;
|
||||
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
qemu.enable = true;
|
||||
virtualbox.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue