Compare commits
2 Commits
137cd37e01
...
c1e1488212
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c1e1488212 | ||
|
|
6ae3e3552e |
@@ -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}";
|
||||
|
||||
}
|
||||
|
||||
@@ -55,6 +55,6 @@
|
||||
tlrc
|
||||
w3m
|
||||
zstd
|
||||
|
||||
lshw
|
||||
];
|
||||
}
|
||||
@@ -3,12 +3,14 @@
|
||||
# NixOS
|
||||
users.users.dark = {
|
||||
isNormalUser = true;
|
||||
description = "Dark Steveneq";
|
||||
description = "Ghostfox";
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
"video"
|
||||
"kvm"
|
||||
"wireshark"
|
||||
"docker"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
./virt-manager.nix
|
||||
];
|
||||
|
||||
programs.wireshark.enable = true;
|
||||
|
||||
home-manager.sharedModules = [
|
||||
./home
|
||||
];
|
||||
|
||||
@@ -7,5 +7,8 @@
|
||||
go
|
||||
just
|
||||
nodejs
|
||||
gcc
|
||||
|
||||
wireshark
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user