Rclone
--wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci] --wip-- [skip ci]
This commit is contained in:
parent
6070c25c4d
commit
d5c34a5f0f
3 changed files with 10 additions and 4 deletions
|
|
@ -341,6 +341,7 @@
|
||||||
./instances/thinkstation/hardware-configuration.nix
|
./instances/thinkstation/hardware-configuration.nix
|
||||||
./instances/thinkstation/configuration.nix
|
./instances/thinkstation/configuration.nix
|
||||||
|
|
||||||
|
./modules/nixos/rclone.nix
|
||||||
./modules/nixos/server
|
./modules/nixos/server
|
||||||
./modules/nixos/steam.nix
|
./modules/nixos/steam.nix
|
||||||
] ++ homeManagerUModules ++ [{
|
] ++ homeManagerUModules ++ [{
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
initrd = {
|
initrd = {
|
||||||
availableKernelModules = [
|
availableKernelModules = [
|
||||||
|
|
@ -27,6 +26,7 @@
|
||||||
extraModulePackages = [ ];
|
extraModulePackages = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/24017c97-041e-460a-9d0e-3e494c91a03e";
|
device = "/dev/disk/by-uuid/24017c97-041e-460a-9d0e-3e494c91a03e";
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,8 @@ in
|
||||||
bluetooth = { enable = true; package = pkgs.bluez-experimental; };
|
bluetooth = { enable = true; package = pkgs.bluez-experimental; };
|
||||||
cpu.intel.updateMicrocode = true;
|
cpu.intel.updateMicrocode = true;
|
||||||
nvidia = {
|
nvidia = {
|
||||||
open = false;
|
open = true;
|
||||||
|
modesetting.enable = true;
|
||||||
prime = {
|
prime = {
|
||||||
offload.enable = false;
|
offload.enable = false;
|
||||||
sync.enable = true;
|
sync.enable = true;
|
||||||
|
|
@ -97,9 +98,13 @@ in
|
||||||
};
|
};
|
||||||
blueman.enable = true;
|
blueman.enable = true;
|
||||||
xserver = {
|
xserver = {
|
||||||
displayManager.gdm = { enable = true; autoSuspend = false; };
|
# displayManager.gdm = { enable = true; autoSuspend = false; };
|
||||||
desktopManager.gnome.enable = true;
|
# desktopManager.gnome.enable = true;
|
||||||
|
desktopManager.plasma5 = { enable = true; useQtScaling = true; };
|
||||||
|
enable = true;
|
||||||
};
|
};
|
||||||
|
displayManager.sddm.enable = true;
|
||||||
|
# desktopManager.plasma6 = { enable = true; };
|
||||||
# logind.lidSwitch = "ignore";
|
# logind.lidSwitch = "ignore";
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue