Compare commits

..

No commits in common. "5a889d63f09fe8aa1d84a4d30c8fd309e2dea9a2" and "10381b5e476adaf4b204e79845edba480d959e78" have entirely different histories.

3 changed files with 0 additions and 17 deletions

View File

@ -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 = [

View File

@ -17,7 +17,6 @@
./users/michael.nix
./users/ryan.nix
./users/josh.nix
./users/iffat.nix
# Groups
./users/groups/admin.nix

View File

@ -1,11 +0,0 @@
{ pkgs, ... }: {
users.users.iffat = {
isNormalUser = true;
extraGroups = [ ];
homeSize = "50g";
homeProjectId = 118;
packages = with pkgs; [
];
};
}