From 63c39a89ede4395f398c574ab6a0083dac463edc Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sun, 26 May 2024 16:11:31 +1200 Subject: [PATCH] refactor: ooknix -> ooknet --- flake.nix | 2 +- home/user/ooks/ooksphone/default.nix | 2 +- sys/modules/base/nix/nh.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 760c2fd..a422e81 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - # ooknix + # ooknet description = "a nix configuration written by an orangutan"; outputs = { flake-parts, nixpkgs, self, ... } @ inputs: diff --git a/home/user/ooks/ooksphone/default.nix b/home/user/ooks/ooksphone/default.nix index a603ce3..b74245b 100644 --- a/home/user/ooks/ooksphone/default.nix +++ b/home/user/ooks/ooksphone/default.nix @@ -54,7 +54,7 @@ home.sessionVariables = { TZ = "Pacific/Auckland"; - FLAKE = "$HOME/.config/ooknix"; + FLAKE = "$HOME/.config/ooknet"; }; home.stateVersion = "23.11"; diff --git a/sys/modules/base/nix/nh.nix b/sys/modules/base/nix/nh.nix index 5094bf0..e1d521a 100644 --- a/sys/modules/base/nix/nh.nix +++ b/sys/modules/base/nix/nh.nix @@ -8,7 +8,7 @@ in { config = mkIf (host.type != "phone") { # TODO: i dont't want to hardcode this. - environment.variables.FLAKE = "/home/ooks/.config/ooknix/"; + environment.variables.FLAKE = "/home/ooks/.config/ooknet/"; programs.nh = { enable = true;