From 3f7c2eccc258ed71dc2f36a29b88c7b8dcbbabdf Mon Sep 17 00:00:00 2001 From: = Date: Sun, 31 Mar 2024 17:54:21 -0500 Subject: [PATCH] add file manage rand todo steps --- readme.md | 9 ++++++--- users/josh/programs/nautilus.nix | 5 +++++ 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 users/josh/programs/nautilus.nix diff --git a/readme.md b/readme.md index 474e83c..8ab908e 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,11 @@ # First Install -- Before anything else, ensure the generated hardware-configuration is copied over into the desired hostname target in systems directory. -- //todo add experimental whatevers `nixos-rebuild switch --flake /etc/nixos#gpdPocket3` -- copy oover this systems ssh public key pairs into the ./secrets/secrets.nix file - push those up, using another computer re-key all the secrets, push up again +- First follow nixos installation guide: https://nixos.wiki/wiki/NixOS_Installation_Guide +- Checkout this repo into /etc/nixos +- Before anything else, ensure the generated hardware-configuration is copied over into the desired HOSTNAME target in systems directory. +- switch into flake mode `nixos-rebuild switch --flake /etc/nixos#HOSTNAME` + +- copy over this systems ssh public key pairs into the ./secrets/secrets.nix file - push those up, using another computer re-key all the secrets, push up again - pull new secrets down with new added keys # Later updates diff --git a/users/josh/programs/nautilus.nix b/users/josh/programs/nautilus.nix new file mode 100644 index 0000000..337711a --- /dev/null +++ b/users/josh/programs/nautilus.nix @@ -0,0 +1,5 @@ +{ settings, pkgs, ... }: +{ + home.packages = [ pkgs.gnome.nautilus ]; +} +