[feat] Add nil for *.nix

This commit is contained in:
uttarayan21
2024-02-20 18:57:18 +05:30
parent 9983668d75
commit 3622d00200
7 changed files with 44 additions and 15 deletions

View File

@@ -23,6 +23,7 @@
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.bootspec.enable = true;
networking.hostName = "ryu"; # Define your hostname.
networking.nameservers = [ "1.1.1.1" "8.8.8.8" ];