diff options
| author | adikro <adikro@disroot.org> | 2025-12-26 21:19:02 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-26 21:19:02 +0100 |
| commit | db44d490d1b6e25212a5bd7cd0f3a390cf394b55 (patch) | |
| tree | 4144bbd6af8216da847c44dba30aed418e71c371 /hosts/desktop | |
| parent | a6e1c4deec2bc9381159ea9231f4e8a8a8a6c703 (diff) | |
added ssh support, renamed sys to os
Diffstat (limited to 'hosts/desktop')
| -rw-r--r-- | hosts/desktop/configuration.nix | 9 |
1 files changed, 5 insertions, 4 deletions
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" + ]; } |
