Compare commits

..

No commits in common. "6b14bf6513c08f91b0c1e344cd3397a64c455fb1" and "65232cfed3a18bb5be5d67c311dae947d0dcc685" have entirely different histories.

6 changed files with 0 additions and 28 deletions

2
.gitignore vendored
View File

@ -3,5 +3,3 @@
result
result-*
# vim/neovim files
.swp

View File

@ -81,16 +81,6 @@
sops
# Used for Key Generation
age
# To try to make X11 forwarding work we install xauth
xorg.xauth
xorg.xhost
xorg.libX11
xorg.libXext
xorg.libXrender
xorg.libXtst
xorg.xorgserver
];
nix.registry.nixpkgs.flake = nixpkgs;

View File

@ -46,12 +46,9 @@
# fetching neuromorphic data:
tonic
# Librairies to deal with mesh
#pymeshlab
trimesh
#isoext
# dependencies trimesh
lxml # Parse XML documents.
networkx # Pure Python graph library

View File

@ -1,4 +1,3 @@
{ ... }: {
services.openssh.enable = true;
services.openssh.settings.X11Forwarding = true;
}

View File

@ -9,7 +9,6 @@
./users/srikar.nix
./users/zhenyangsun.nix
./users/ngilab.nix
./users/ngilab_guest.nix
./users/milad.nix
./users/nooshin.nix
./users/zoe.nix

View File

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