summaryrefslogtreecommitdiff
path: root/hosts/laptop/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-26 21:19:02 +0100
committeradikro <adikro@disroot.org>2025-12-26 21:19:02 +0100
commitdb44d490d1b6e25212a5bd7cd0f3a390cf394b55 (patch)
tree4144bbd6af8216da847c44dba30aed418e71c371 /hosts/laptop/configuration.nix
parenta6e1c4deec2bc9381159ea9231f4e8a8a8a6c703 (diff)
added ssh support, renamed sys to os
Diffstat (limited to 'hosts/laptop/configuration.nix')
-rw-r--r--hosts/laptop/configuration.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix
index 2862021..1f06829 100644
--- a/hosts/laptop/configuration.nix
+++ b/hosts/laptop/configuration.nix
@@ -7,16 +7,13 @@
../../os/default.nix
];
- sys = {
+ os = {
core = {
allowUnfree.enable = true;
audio.enable = true;
bootloader = "grub";
- drivers = {
- enable = true;
- amd.enable = true;
- };
+ drivers.enable = true;
fonts.enable = true;
greet.enable = true;
home-manager = {