From db44d490d1b6e25212a5bd7cd0f3a390cf394b55 Mon Sep 17 00:00:00 2001 From: adikro Date: Fri, 26 Dec 2025 21:19:02 +0100 Subject: added ssh support, renamed sys to os --- hosts/desktop/configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'hosts/desktop') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 434565e..356cfb2 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -9,10 +9,7 @@ ../../os/default.nix ]; - boot.kernelParams = [ - "video=DP-1:2560x1440@240" - ]; - sys = { + os = { core = { allowUnfree.enable = true; flatpak.enable = true; @@ -69,4 +66,8 @@ niri.enable = true; }; }; + + boot.kernelParams = [ + "video=DP-1:2560x1440@240" + ]; } -- cgit v1.3