This commit is contained in:
Ghostfox
2026-04-04 18:23:05 +02:00
parent df872d185e
commit 6ae3e3552e
5 changed files with 11 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
environment.enableAllTerminfo = true; environment.enableAllTerminfo = true;
image.fileName = lib.mkDefault "${config.networking.hostName}-${pkgs.stdenv.hostPlatform.system}"; # image.fileName = lib.mkDefault "${config.networking.hostName}-${pkgs.stdenv.hostPlatform.system}";
image.baseName = lib.mkDefault "${config.networking.hostName}-${pkgs.stdenv.hostPlatform.system}"; # image.baseName = lib.mkDefault "${config.networking.hostName}-${pkgs.stdenv.hostPlatform.system}";
} }

View File

@@ -55,6 +55,6 @@
tlrc tlrc
w3m w3m
zstd zstd
lshw
]; ];
} }

View File

@@ -3,12 +3,14 @@
# NixOS # NixOS
users.users.dark = { users.users.dark = {
isNormalUser = true; isNormalUser = true;
description = "Dark Steveneq"; description = "Ghostfox";
extraGroups = [ extraGroups = [
"wheel" "wheel"
"networkmanager" "networkmanager"
"video" "video"
"kvm" "kvm"
"wireshark"
"docker"
]; ];
}; };

View File

@@ -5,6 +5,8 @@
./virt-manager.nix ./virt-manager.nix
]; ];
programs.wireshark.enable = true;
home-manager.sharedModules = [ home-manager.sharedModules = [
./home ./home
]; ];

View File

@@ -7,5 +7,8 @@
go go
just just
nodejs nodejs
gcc
wireshark
]; ];
} }