Compare commits

..

No commits in common. "22a531adbc11c7a800cd1a941ff04bda96b9e9e0" and "4d186c69bc989466dede4f676cef1bd122fbc2ba" have entirely different histories.

6 changed files with 16 additions and 51 deletions

View File

@ -24,11 +24,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1709996514, "lastModified": 1705417306,
"narHash": "sha256-dnQeqv7MAM2L+S8vEImdE95wczHxelo3dwBdnotQqbg=", "narHash": "sha256-Or77tZQg7vA6SO3Y2/I3hldhTQbdAIctNf+te3jM0HQ=",
"owner": "doronbehar", "owner": "doronbehar",
"repo": "nix-matlab", "repo": "nix-matlab",
"rev": "6b383c678d54f89cea4642dd7119e497172f095f", "rev": "a30efa9471c56148d26bcc48e83fae52e4f68f8e",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@ -39,11 +39,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1709884566, "lastModified": 1705331948,
"narHash": "sha256-NSYJg2sfdO/XS3L8XN/59Zhzn0dqWm7XtVnKI2mHq3w=", "narHash": "sha256-qjQXfvrAT1/RKDFAMdl8Hw3m4tLVvMCc8fMqzJv0pP4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2be119add7b37dc535da2dd4cba68e2cf8d1517e", "rev": "b8dd8be3c790215716e7c12b247f45ca525867e2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -55,27 +55,27 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1709428628, "lastModified": 1705033721,
"narHash": "sha256-//ZCCnpVai/ShtO2vPjh3AWgo8riXCaret6V9s7Hew4=", "narHash": "sha256-K5eJHmL1/kev6WuqyqqbS1cdNnSidIZ3jeqJ7GbrYnQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "66d65cb00b82ffa04ee03347595aa20e41fe3555", "rev": "a1982c92d8980a0114372973cbdfe0a307f1bdea",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "release-23.11", "ref": "release-23.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1709703039, "lastModified": 1705133751,
"narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=", "narHash": "sha256-rCIsyE80jgiOU78gCWN3A0wE0tR2GI5nH6MlS+HaaSQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d", "rev": "9b19f5e77dd906cb52dade0b7bd280339d2a1f3d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -101,11 +101,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1709711091, "lastModified": 1705356877,
"narHash": "sha256-L0rSIU9IguTG4YqSj4B/02SyTEz55ACq5t8gXpzteYc=", "narHash": "sha256-274jL1cH64DcXUXebVMZBRUsTs3FvFlPIPkCN/yhSnI=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "25dd60fdd08fcacee2567a26ba6b91fe098941dc", "rev": "87755331580fdf23df7e39b46d63ac88236bf42c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -32,7 +32,6 @@
unstable-unfree = import nixpkgs-unstable { unstable-unfree = import nixpkgs-unstable {
inherit system; inherit system;
config.allowUnfree = true; config.allowUnfree = true;
config.cudaSupport = true;
}; };
}; };
applyOverlays = overlays: ({...}:{ nixpkgs.overlays = overlays; }); applyOverlays = overlays: ({...}:{ nixpkgs.overlays = overlays; });

View File

@ -9,12 +9,9 @@
./users/srikar.nix ./users/srikar.nix
./users/zhenyangsun.nix ./users/zhenyangsun.nix
./users/ngilab.nix ./users/ngilab.nix
./users/milad.nix
./users/nooshin.nix
# Groups # Groups
./users/groups/admin.nix ./users/groups/admin.nix
./users/groups/nfrf.nix ./users/groups/nfrf.nix
./users/groups/nsbspl.nix
]; ];
} }

View File

@ -1,9 +0,0 @@
{ ... }: {
users.groups."nsbspl" = {
members = [
"david"
"alan"
"nooshin"
];
};
}

View File

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

View File

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