diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-02 14:58:06 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-02 14:58:06 -0700 |
| commit | 9bf5c192a3d04f886167fb676c7732e5cbc2b29d (patch) | |
| tree | 581f612f0b48808da221eeef3665e990d3e3fa7b | |
| parent | 349a451c3e3394e97714eb145fe05afb70ad8011 (diff) | |
new machinewebsite
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | machines/picast/default.nix | 2 | ||||
| -rw-r--r-- | modules/users/defin.nix | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -298,7 +298,7 @@ }; live = lib.nixosSystem { modules = minimalHomeManagerSettings ++ [ - # (nixpkgs + "/nixos/modules/installer/sd-card/sd-image-aarch64-installer.nix") + (nixpkgs + "/nixos/modules/installer/sd-card/sd-image-aarch64-installer.nix") ./machines/iso/configuration.nix ./modules/users/defin.nix ./modules/nixos/system-packages.nix diff --git a/machines/picast/default.nix b/machines/picast/default.nix index 4d24de8..2f9fd80 100644 --- a/machines/picast/default.nix +++ b/machines/picast/default.nix @@ -105,7 +105,7 @@ # and migrated your data accordingly. # # For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion . - system.stateVersion = "24.11"; # Did you read the comment? + system.stateVersion = "25.05"; # Did you read the comment? } diff --git a/modules/users/defin.nix b/modules/users/defin.nix index 811c851..5ade64d 100644 --- a/modules/users/defin.nix +++ b/modules/users/defin.nix @@ -27,6 +27,7 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUIumSjqtj2fhYJvrFOgJGgQ2oEJBbG9ARzunKDX9mH defin@fairphone5" "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCCNKc3MpAm0FkMy9KG2U+Qq5nk/WN/qvVbxUZzEjsFzELEJ/iDF8YQ6K8gyBDe85QQk/AhKBLdzd5ZZPdM5GP8= defin@fairphone5" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB5CATqAUsBWLTIaqtdAS/EO3L/04NwKEmnv7D68vO+a defin@biski" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILuW75N5K0/83bOgsB/yymgIHoQgaaAJjW9MMDG9s/2p defin@picast2" # keys for remote build "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPLx3RgUgbE7THS7hRZypyudEKffj0ppwQfQuxIpPf8H root@zenbook" ]; |
