Update Tibo-NixDesk
This commit is contained in:
parent
d3510a3c65
commit
53a2d4c1a6
4 changed files with 186 additions and 45 deletions
|
@ -6,9 +6,12 @@
|
|||
];
|
||||
|
||||
sisyphus = {
|
||||
desktop.gnome.enable = true;
|
||||
|
||||
hardware.nvidia = {
|
||||
enable = true;
|
||||
model = "RTX 2060";
|
||||
gui-settings = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
@ -36,12 +39,13 @@
|
|||
|
||||
users.tdpeuter.enable = true;
|
||||
|
||||
virtualisation.virtualbox.enable = true;
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
virtualbox.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_hardened;
|
||||
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi = {
|
||||
|
@ -66,13 +70,14 @@
|
|||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
networking = {
|
||||
hostName = "Tibo-NixDesk";
|
||||
networkmanager.enable = true;
|
||||
# wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
networking.hostName = "Tibo-NixDesk";
|
||||
|
||||
services.xserver = {
|
||||
layout = "us";
|
||||
xkbVariant = "altgr-intl";
|
||||
};
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
system.stateVersion = "23.11";
|
||||
|
||||
time.timeZone = "Europe/Brussels";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue