We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5195b9b commit e958538Copy full SHA for e958538
hosts/nixos-host/configuration.nix
@@ -13,9 +13,9 @@
13
../../services/syncthing.nix
14
../../programs/virtualbox.nix
15
../../programs/steam.nix
16
- ../../scripts
+ ../../scripts/garmin.nix
17
+ ../../scripts/music.nix
18
];
-
19
# boot.loader.efi.efiSysMountPoint = "/boot/efi";
20
boot.loader.systemd-boot.enable = true;
21
@@ -26,9 +26,7 @@
26
hardware.cpu.intel.updateMicrocode = true;
27
28
# networking.hostName = "nixos"; # Define your hostname.
29
- # Pick only one of the below networking options.
30
- networking.networkmanager.enable =
31
- true; # Easiest to use and most distros use this by default.
+ networking.networkmanager.enable = true;
32
33
#Set your time zone.
34
time.timeZone = "Europe/Moscow";
scripts/default.nix
0 commit comments