diff --git a/flake.nix b/flake.nix index cf9da0f..e9df1b6 100644 --- a/flake.nix +++ b/flake.nix @@ -68,9 +68,9 @@ ]; }; - framework-14 = mkConf { + framework-13 = mkConf { nixos-modules = [ - ./hardware/framework-14.nix + ./hardware/framework-13.nix ./nixos/workstation.nix ./nixos/modules/work.nix ./nixos/programs/hyprland.nix diff --git a/hardware/framework-14.nix b/hardware/framework-13.nix similarity index 98% rename from hardware/framework-14.nix rename to hardware/framework-13.nix index 70f56a1..72e8c3a 100644 --- a/hardware/framework-14.nix +++ b/hardware/framework-13.nix @@ -51,7 +51,7 @@ hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; - networking.hostName = "framework-14"; + networking.hostName = "framework-13"; system.stateVersion = "24.11"; # do not change home-manager.users.${config.user}.imports = [ @@ -83,9 +83,6 @@ terminal = 15; }; - - - } diff --git a/home/workstation.nix b/home/workstation.nix index 125e657..7b5b109 100644 --- a/home/workstation.nix +++ b/home/workstation.nix @@ -48,30 +48,6 @@ } ] ''; - xdg.configFile."pipewire/pipewire.conf.d/raop-sink.conf".text = '' - context.modules = [ - { name = libpipewire-module-raop-sink - args = { - # Set the remote address to tunnel to - raop.ip = "127.0.0.1" - raop.port = 8190 - raop.name = "my-raop-device" - raop.hostname = "My Service" - #raop.transport = "udp" - raop.encryption.type = "RSA" - #raop.audio.codec = "PCM" - #raop.password = "****" - #audio.format = "S16" - #audio.rate = 44100 - #audio.channels = 2 - #audio.position = [ FL FR ] - stream.props = { - # extra sink properties - } - } - } - ] - ''; services.gnome-keyring.enable = true; }