Added small changes
This commit is contained in:
parent
4b77350f91
commit
54d57d1424
3 changed files with 24 additions and 2 deletions
|
@ -109,6 +109,8 @@
|
|||
};
|
||||
xserver = {
|
||||
enable = true;
|
||||
# layout = "us";
|
||||
# xkbVariant = "colemak_dh_iso";
|
||||
layout = "se";
|
||||
xkbVariant = "";
|
||||
displayManager = {
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
allowUnfreePredicate = _: true;
|
||||
permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
"electron-19.1.9"
|
||||
"nix-2.16.2"
|
||||
];
|
||||
};
|
||||
|
@ -72,8 +73,11 @@
|
|||
sops
|
||||
age
|
||||
grc
|
||||
catppuccin-cursors.macchiatoGreen
|
||||
xorg.xmodmap
|
||||
|
||||
#Terminal
|
||||
libsixel
|
||||
git
|
||||
tmux
|
||||
zathura
|
||||
|
@ -93,8 +97,9 @@
|
|||
poppler_utils
|
||||
pandoc
|
||||
ncspot
|
||||
starship
|
||||
any-nix-shell
|
||||
glow
|
||||
macchina
|
||||
|
||||
#Desktop
|
||||
aerc
|
||||
|
@ -116,7 +121,8 @@
|
|||
audacity
|
||||
pdfarranger
|
||||
byzanz
|
||||
freecad
|
||||
drawio
|
||||
woeusb
|
||||
|
||||
#Dev
|
||||
python3
|
||||
|
|
|
@ -27,6 +27,20 @@ networking.firewall = {
|
|||
{ from = 8000; to = 8010; }
|
||||
];
|
||||
};
|
||||
services = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
ports = [55502];
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
X11Forwarding = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
AllowUsers fw
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue