mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
semicolon
This commit is contained in:
parent
e39c36d8a5
commit
336297ee15
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
../modules/smb.nix
|
../modules/smb.nix
|
||||||
];
|
];
|
||||||
arrSuite.enable = true;
|
arrSuite.enable = true;
|
||||||
services.samba.shares.Media.path = "/media/storage/media"
|
services.samba.shares.Media.path = "/media/storage/media";
|
||||||
# nixpkgs.config.allowUnfree = true;
|
# nixpkgs.config.allowUnfree = true;
|
||||||
boot.loader.systemd-boot.enable = true; # Or grub, as appropriate for your server
|
boot.loader.systemd-boot.enable = true; # Or grub, as appropriate for your server
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue