|
@@ -12,6 +12,8 @@ in {
|
12
|
12
|
[ # Include the results of the hardware scan.
|
13
|
13
|
./hardware-configuration.nix
|
14
|
14
|
../../lib/admins.nix
|
|
15
|
+ ../../common.nix
|
|
16
|
+ ../../users.nix
|
15
|
17
|
];
|
16
|
18
|
|
17
|
19
|
# Use the systemd-boot EFI boot loader.
|
|
@@ -33,9 +35,6 @@ in {
|
33
|
35
|
defaultLocale = "en_US.UTF-8";
|
34
|
36
|
};
|
35
|
37
|
|
36
|
|
- # Set your time zone.
|
37
|
|
- time.timeZone = "Europe/Berlin";
|
38
|
|
-
|
39
|
38
|
# List packages installed in system profile. To search, run:
|
40
|
39
|
# $ nix search wget
|
41
|
40
|
environment.systemPackages = with pkgs; [
|
|
@@ -176,13 +175,6 @@ in {
|
176
|
175
|
wheelNeedsPassword = false;
|
177
|
176
|
};
|
178
|
177
|
|
179
|
|
- # Define a user account. Don't forget to set a password with ‘passwd’.
|
180
|
|
- users.users."k-ot" = {
|
181
|
|
- extraGroups = ["audio" "wheel"]; # allow k-ot to use PulseAudio
|
182
|
|
- isNormalUser = true;
|
183
|
|
- uid = 1000;
|
184
|
|
- };
|
185
|
|
-
|
186
|
178
|
# This value determines the NixOS release with which your system is to be
|
187
|
179
|
# compatible, in order to avoid breaking some software such as database
|
188
|
180
|
# servers. You should change this only after NixOS release notes say you
|