Compare commits
No commits in common. "6b14bf6513c08f91b0c1e344cd3397a64c455fb1" and "65232cfed3a18bb5be5d67c311dae947d0dcc685" have entirely different histories.
6b14bf6513
...
65232cfed3
|
@ -3,5 +3,3 @@
|
||||||
result
|
result
|
||||||
result-*
|
result-*
|
||||||
|
|
||||||
# vim/neovim files
|
|
||||||
.swp
|
|
||||||
|
|
|
@ -81,16 +81,6 @@
|
||||||
sops
|
sops
|
||||||
# Used for Key Generation
|
# Used for Key Generation
|
||||||
age
|
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;
|
nix.registry.nixpkgs.flake = nixpkgs;
|
||||||
|
|
|
@ -46,12 +46,9 @@
|
||||||
# fetching neuromorphic data:
|
# fetching neuromorphic data:
|
||||||
tonic
|
tonic
|
||||||
|
|
||||||
|
|
||||||
# Librairies to deal with mesh
|
# Librairies to deal with mesh
|
||||||
#pymeshlab
|
#pymeshlab
|
||||||
trimesh
|
trimesh
|
||||||
#isoext
|
|
||||||
|
|
||||||
# dependencies trimesh
|
# dependencies trimesh
|
||||||
lxml # Parse XML documents.
|
lxml # Parse XML documents.
|
||||||
networkx # Pure Python graph library
|
networkx # Pure Python graph library
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.openssh.settings.X11Forwarding = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
./users/srikar.nix
|
./users/srikar.nix
|
||||||
./users/zhenyangsun.nix
|
./users/zhenyangsun.nix
|
||||||
./users/ngilab.nix
|
./users/ngilab.nix
|
||||||
./users/ngilab_guest.nix
|
|
||||||
./users/milad.nix
|
./users/milad.nix
|
||||||
./users/nooshin.nix
|
./users/nooshin.nix
|
||||||
./users/zoe.nix
|
./users/zoe.nix
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
{ pkgs, ... }: {
|
|
||||||
users.users.ngilab_guest = {
|
|
||||||
isNormalUser = true;
|
|
||||||
extraGroups = [ ];
|
|
||||||
homeSize = "50g";
|
|
||||||
homeProjectId = 121;
|
|
||||||
packages = with pkgs; [
|
|
||||||
blender
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in New Issue