Unstable 25.05
This commit is contained in:
parent
5d49db53ff
commit
3bde745afd
@ -37,8 +37,8 @@ in
|
|||||||
|
|
||||||
# ./pkgs/app/utilities/bacula.nix
|
# ./pkgs/app/utilities/bacula.nix
|
||||||
# ./pkgs/app/servers/ff-sync.nix
|
# ./pkgs/app/servers/ff-sync.nix
|
||||||
./pkgs/virtualisation/docker.nix
|
# ./pkgs/virtualisation/docker.nix
|
||||||
./pkgs/virtualisation/vbox.nix
|
# ./pkgs/virtualisation/vbox.nix
|
||||||
|
|
||||||
# ./flakes/scribeVault.nix
|
# ./flakes/scribeVault.nix
|
||||||
];
|
];
|
||||||
@ -80,7 +80,7 @@ in
|
|||||||
environmentVariables = {};
|
environmentVariables = {};
|
||||||
};
|
};
|
||||||
open-webui = {
|
open-webui = {
|
||||||
enable = true;
|
enable = false;
|
||||||
package = pkgs.open-webui;
|
package = pkgs.open-webui;
|
||||||
port = 4040;
|
port = 4040;
|
||||||
# host = "192.18.12.40";
|
# host = "192.18.12.40";
|
||||||
|
|||||||
6
flake.lock
generated
6
flake.lock
generated
@ -320,11 +320,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1750005367,
|
"lastModified": 1750133334,
|
||||||
"narHash": "sha256-h/aac1dGLhS3qpaD2aZt25NdKY7b+JT0ZIP2WuGsJMU=",
|
"narHash": "sha256-urV51uWH7fVnhIvsZIELIYalMYsyr2FCalvlRTzqWRw=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "6c64dabd3aa85e0c02ef1cdcb6e1213de64baee3",
|
"rev": "36ab78dab7da2e4e27911007033713bab534187b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
# Switched to unstable 10/13/24 Generation 109 and below stable
|
# Switched to unstable 10/13/24 Generation 109 and below stable
|
||||||
nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||||
legacy.url = "github:NixOS/nixpkgs-channels";
|
legacy.url = "github:NixOS/nixpkgs-channels";
|
||||||
|
|
||||||
# Home manager
|
# Home manager
|
||||||
|
|||||||
@ -67,7 +67,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
defaultGateway = "192.168.1.1";
|
defaultGateway = "192.168.1.1";
|
||||||
nameservers = [ "10.0.0.25" ];
|
nameservers = [ "192.168.1.25" ];
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# { from = 5000; to = 6000; }
|
# { from = 5000; to = 6000; }
|
||||||
|
|||||||
@ -251,7 +251,7 @@
|
|||||||
# "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
# "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||||
"dbus-update-activation-environment --systemd --all"
|
"dbus-update-activation-environment --systemd --all"
|
||||||
"systemctl --user start plasma-polkit-agent"
|
"systemctl --user start plasma-polkit-agent"
|
||||||
"/nix/store/jzak3afif9w9hf0xhqx3mdyayngz9iwa-kwallet-pam-6.2.5/libexec/pam_kwallet_init --no-startup-id" # Find a better path, changes on garbage collection
|
"/nix/store/4ll6r54d0v5lds248nm1nzhgbicja4da-kwallet-pam-6.3.5/libexec/pam_kwallet_init --no-startup-id" # Find a better path, changes on garbage collection
|
||||||
"waybar &"
|
"waybar &"
|
||||||
# "hyprpaper &"
|
# "hyprpaper &"
|
||||||
"hypridle &"
|
"hypridle &"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user