update to 24.11

This commit is contained in:
Daniel Olsen
2024-12-05 21:32:39 +01:00
parent 44d9a9aa84
commit ddc6897d80
4 changed files with 30 additions and 31 deletions

View File

@@ -87,7 +87,7 @@ in
] ++ lib.optionals config.profiles.gui.enable [
mpv
sxiv
gnome3.eog
eog
dolphin
plasma5Packages.dolphin-plugins
@@ -205,7 +205,7 @@ in
extensions = with pkgs.vscode-extensions; [
bbenoist.nix
matklad.rust-analyzer
rust-lang.rust-analyzer
vadimcn.vscode-lldb
] ++ lib.optionals config.nixpkgs.config.allowUnfree [
ms-vsliveshare.vsliveshare
@@ -262,20 +262,20 @@ in
enable = true;
matchBlocks = {
"lilith" = {
hostname = "lilith.daniel";
hostname = "lilith.tn.dodsorf.as";
user = "dandellion";
};
"desktop" = {
hostname = "desktop.daniel";
hostname = "soryu.tn.dodsorf.as";
user = "dan";
};
"ubuntu-ai" = {
hostname = "100.64.0.2";
hostname = "soryu.tn.dodsorf.as";
port = 2222;
user = "daniel";
};
"laptop" = {
hostname = "laptop.daniel";
hostname = "ayanami.tn.dodsorf.as";
user = "daniel";
};
"login.pvv.ntnu.no" = {