update GLaDOS's disko setup

This commit is contained in:
Lillian Violet 2025-08-15 21:43:22 +02:00
commit 6fe74f891b
5 changed files with 20 additions and 42 deletions

View file

@ -107,8 +107,8 @@
programs = {
# Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently
command-not-found.enable = lib.mkForce false;
# nix-index.enable = true;
# nix-index-database.comma.enable = true;
nix-index.enable = true;
nix-index-database.comma.enable = true;
direnv = {
enable = true;

View file

@ -31,6 +31,7 @@
];
environment.systemPackages = with pkgs; [
gparted
];
services.vpn-ip = {