updates, nextcloud
This commit is contained in:
@@ -160,9 +160,13 @@ in
|
||||
|
||||
# Time config
|
||||
time = {
|
||||
hardwareClockInLocalTime = true;
|
||||
hardwareClockInLocalTime = false;
|
||||
};
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
# xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-kde ];
|
||||
# xdg.portal.extraPortals = mkIf plasma [ pkgs.xdg-desktop-portal-gtk ];
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
shellAliases = {
|
||||
ll = "ls -alh";
|
||||
update = "sudo nixos-rebuild switch";
|
||||
nas-update = "nixos-rebuild switch --use-remote-sudo --target-host admin@jallen-nas.local --build-host localhost --flake ~/nix-config/flake.nix#jallen-nas";
|
||||
nas-update = "nixos-rebuild switch --use-remote-sudo --target-host admin@jallen-nas.local --build-host localhost --flake ~/nix-config#jallen-nas";
|
||||
nas-ssh = "ssh admin@jallen-nas.local";
|
||||
};
|
||||
|
||||
@@ -62,21 +62,23 @@
|
||||
freerdp
|
||||
gamescope_git
|
||||
gamescope-wsi_git
|
||||
gnome.gnome-tweaks
|
||||
gnomeExtensions.appindicator
|
||||
gnomeExtensions.arcmenu
|
||||
gnomeExtensions.dash-to-panel
|
||||
gnomeExtensions.tiling-assistant
|
||||
# gnome-tweaks
|
||||
# gnomeExtensions.appindicator
|
||||
# gnomeExtensions.arcmenu
|
||||
# gnomeExtensions.dash-to-panel
|
||||
# gnomeExtensions.tiling-assistant
|
||||
goverlay
|
||||
heroic
|
||||
lm_sensors
|
||||
lutris
|
||||
mangohud
|
||||
morph
|
||||
nextcloud-client
|
||||
nixfmt-rfc-style
|
||||
orca-slicer
|
||||
papirus-icon-theme
|
||||
pop-gtk-theme
|
||||
protontricks
|
||||
protonvpn-gui
|
||||
protonvpn-gui
|
||||
python3
|
||||
|
||||
@@ -142,6 +142,7 @@ in
|
||||
share.hardware.nvidia = {
|
||||
enable = true;
|
||||
enableBeta = false;
|
||||
enableOpen = true;
|
||||
nvidiaSettings = true;
|
||||
enableNvidiaDocker = true;
|
||||
};
|
||||
@@ -353,7 +354,7 @@ in
|
||||
fi
|
||||
|
||||
# otherwise authenticate with tailscale
|
||||
${tailscale}/bin/tailscale up -authkey tskey-auth-kVqyntEixG11CNTRL-kKAYioBRVBHKa4rCqUmv9HVGMnvQiwBZh
|
||||
${tailscale}/bin/tailscale up -authkey nodekey:e4557e761f8fa2cb51a189d32484092036d3954b61502b7e19688869a5107707
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -457,7 +458,7 @@ in
|
||||
pass
|
||||
cockpit
|
||||
packagekit
|
||||
gnome.gnome-packagekit
|
||||
# gnome.gnome-packagekit
|
||||
unstable.nix-inspect
|
||||
unstable.gpt4all
|
||||
lm_sensors
|
||||
|
||||
Reference in New Issue
Block a user