summaryrefslogtreecommitdiff
path: root/modules/hosts/libreX60/configuration.nix
blob: 38500a63e0c4bf6b46e3e4696255b2b1e72e2117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ config, lib, pkgs, ... }: {
	imports = [ ./hardware-configuration.nix ];

	# Enable extra software pkgs
	software.desktop = {
		office.enable = true;
	};

	# Enable network drives
	nas.enable = true;

	system.stateVersion = "24.11";
}