Skip to content

Commit e958538

Browse files
committed
Remove default.nix in scripts
1 parent 5195b9b commit e958538

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

hosts/nixos-host/configuration.nix

+3-5
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
../../services/syncthing.nix
1414
../../programs/virtualbox.nix
1515
../../programs/steam.nix
16-
../../scripts
16+
../../scripts/garmin.nix
17+
../../scripts/music.nix
1718
];
18-
1919
# boot.loader.efi.efiSysMountPoint = "/boot/efi";
2020
boot.loader.systemd-boot.enable = true;
2121

@@ -26,9 +26,7 @@
2626
hardware.cpu.intel.updateMicrocode = true;
2727

2828
# 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.
29+
networking.networkmanager.enable = true;
3230

3331
#Set your time zone.
3432
time.timeZone = "Europe/Moscow";

scripts/default.nix

-5
This file was deleted.

0 commit comments

Comments
 (0)