Compare commits
2 commits
ece68be435
...
1b9da2180b
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b9da2180b | |||
| 17cf99706a |
2 changed files with 8 additions and 1 deletions
|
|
@ -30,5 +30,6 @@
|
|||
parted
|
||||
tmux
|
||||
discord
|
||||
xorg.xauth
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,13 @@
|
|||
../modules/common/energy.nix
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
X11Forwarding = true ;
|
||||
X11DisplayOffset = 10 ;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
btrfs-progs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue