Compare commits

..

No commits in common. "1b9da2180bedd5d32771ff3d4702aed2acf85f51" and "ece68be4353bc94382ccc6864ffdec8464019612" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View file

@ -30,6 +30,5 @@
parted
tmux
discord
xorg.xauth
];
}

View file

@ -16,13 +16,7 @@
../modules/common/energy.nix
];
services.openssh = {
enable = true;
settings = {
X11Forwarding = true ;
X11DisplayOffset = 10 ;
};
};
services.openssh.enable = true;
environment.systemPackages = with pkgs; [
btrfs-progs