diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-10 10:46:40 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-10 10:46:40 -0400 | 
| commit | c51cf01312b92d9fb1a9442fef7114fce060d274 (patch) | |
| tree | 5300ca894840b2205400bcf942677e509a0ead4a /machines | |
| parent | 1d43f68cc4fbdf47e56094c48277a3cebdd94cd1 (diff) | |
no-filesystems only for x
Diffstat (limited to '')
| -rw-r--r-- | machines/git/configuration.nix | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/git/configuration.nix b/machines/git/configuration.nix index a4970c7..2fa50c8 100644 --- a/machines/git/configuration.nix +++ b/machines/git/configuration.nix @@ -13,6 +13,9 @@    networking.hostName = "git"; +  boot.loader.grub.enable = true; +  boot.loader.grub.device = "/dev/sda"; +    programs.fuse.userAllowOther = true;    home-manager = {      extraSpecialArgs = { inherit inputs; };  | 
