mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 14:01:00 -05:00
More Cleaning Up Settings
This commit is contained in:
parent
aaf47f1d84
commit
3cf90819b3
5 changed files with 23 additions and 31 deletions
|
|
@ -13,7 +13,6 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
home-manager.nixosModules.home-manager
|
||||
sops-nix.nixosModules.sops
|
||||
./hardware-configuration.nix
|
||||
./gui.nix
|
||||
./audio.nix
|
||||
../../modules/common
|
||||
../../modules/nixos
|
||||
|
|
@ -55,6 +54,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
|
||||
# Enable hardware features
|
||||
audio.enable = true;
|
||||
gui.enable = true;
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.flatpak.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue