diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-04-12 23:48:26 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-04-12 23:48:26 -0700 |
commit | 8f4ff719d0c17d294e7917eef418a4b13f7466b3 (patch) | |
tree | 621098050653eab7f1eafc564ecee8236f9819c6 /hosts/ginaz/hardware-configuration.nix | |
parent | 3a44b124561f544c229c0042cd0b91d055a33409 (diff) | |
download | nix-8f4ff719d0c17d294e7917eef418a4b13f7466b3.tar nix-8f4ff719d0c17d294e7917eef418a4b13f7466b3.tar.gz nix-8f4ff719d0c17d294e7917eef418a4b13f7466b3.tar.bz2 nix-8f4ff719d0c17d294e7917eef418a4b13f7466b3.tar.lz nix-8f4ff719d0c17d294e7917eef418a4b13f7466b3.tar.xz nix-8f4ff719d0c17d294e7917eef418a4b13f7466b3.tar.zst nix-8f4ff719d0c17d294e7917eef418a4b13f7466b3.zip |
Update ginaz to new flake layout
Diffstat (limited to '')
-rw-r--r-- | hosts/ginaz/hardware-configuration.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/ginaz/hardware-configuration.nix b/hosts/ginaz/hardware-configuration.nix index a5ae455..f8a58f8 100644 --- a/hosts/ginaz/hardware-configuration.nix +++ b/hosts/ginaz/hardware-configuration.nix @@ -44,6 +44,4 @@ hardware.bluetooth.enable = true; #hardware.bluetooth.powerOnBoot = true; - - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; } |