Compare commits
No commits in common. "5a889d63f09fe8aa1d84a4d30c8fd309e2dea9a2" and "10381b5e476adaf4b204e79845edba480d959e78" have entirely different histories.
5a889d63f0
...
10381b5e47
|
@ -34,11 +34,6 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.cudaSupport = true;
|
||||
|
||||
# Add cuda to system environment
|
||||
environment.systemPackages = with pkgs; [
|
||||
cudatoolkit
|
||||
];
|
||||
|
||||
# Use Prebuilt Cached Versions of CUDA Packages
|
||||
nix.settings = {
|
||||
substituters = [
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
./users/michael.nix
|
||||
./users/ryan.nix
|
||||
./users/josh.nix
|
||||
./users/iffat.nix
|
||||
|
||||
# Groups
|
||||
./users/groups/admin.nix
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
users.users.iffat = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ ];
|
||||
homeSize = "50g";
|
||||
homeProjectId = 118;
|
||||
packages = with pkgs; [
|
||||
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue