Compare commits

...

2 Commits

Author SHA1 Message Date
Ghostfox
c1e1488212 Merge branch 'master' of https://hazzy.nonamesoft.xyz/ghostfox/gooberos 2026-04-04 18:23:38 +02:00
Ghostfox
6ae3e3552e Fixes 2026-04-04 18:23:05 +02:00
5 changed files with 11 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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

View File

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