nixconf

nixos dots
git clone git://popovic.xyz/nixos.config.git
Log | Files | Refs

commit b4359fbd579a907ad0879e220e078b94b5155024
parent 83c479ba6cc7319cd1e4201e86d21589a221edf7
Author: Milutin Popovic <milutin@popovic.xyz>
Date:   Tue, 28 Apr 2026 23:13:09 +0100

add pckgs

Diffstat:
Mhosts/frame/configuration.nix | 2+-
Mmodules/dotfiles.nix | 2+-
Mmodules/packages.nix | 3+++
3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/hosts/frame/configuration.nix b/hosts/frame/configuration.nix @@ -163,7 +163,7 @@ PasswordAuthentication = false; KbdInteractiveAuthentication = false; PermitRootLogin = "no"; - AllowUsers = [ "myUser" ]; + AllowUsers = [ "mika" ]; }; }; }; diff --git a/modules/dotfiles.nix b/modules/dotfiles.nix @@ -2,7 +2,7 @@ dotfiles = builtins.fetchGit { url = "git://popovic.xyz/dots.git"; ref = "master"; - rev = "94a20506fcefacd2ab180b04a97c8d331383e8ac"; + rev = "40ce8e88b8e50ba85dabc8a5088d5b3291c1117f"; }; nvim-config = builtins.fetchGit { diff --git a/modules/packages.nix b/modules/packages.nix @@ -93,8 +93,11 @@ with pkgs; whois nmap wireguard-tools + localsend ] ++ lib.optionals (!isDarwin) [ + uxplay + localsend nextcloud-client tigervnc ];