diff --git a/flake.lock b/flake.lock index c634b67..951a968 100644 --- a/flake.lock +++ b/flake.lock @@ -139,11 +139,11 @@ ] }, "locked": { - "lastModified": 1709968292, - "narHash": "sha256-XAid2YoXvn2zYW5cXvAxqcUImOT9C+Mld62gcke2JD4=", + "lastModified": 1710201989, + "narHash": "sha256-59qYbEokwbVFz5P8rvQKw4ofaUDioi7dvnsgBa/K2Zw=", "owner": "nixos-bsd", "repo": "nixbsd", - "rev": "f939a8214c23ea53af0095186c5f86b5ecfb37a4", + "rev": "bd44184424f84dfaf8ca812917e2a014bbc7896c", "type": "github" }, "original": { @@ -154,11 +154,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1710114529, - "narHash": "sha256-QIkIRJfiycGcOyKguwEkH9pV9b7D9NvLvduIucxirxU=", + "lastModified": 1710200562, + "narHash": "sha256-VLlK9AjrJlBOStZmkVRAoQE82Dp3UYs12o8oywojx5A=", "owner": "rhelmot", "repo": "nixpkgs", - "rev": "abba4676b872602e3a4a363b6a68e307e99cb23e", + "rev": "172a14706e241556f7f271d6f6756a073abf120c", "type": "github" }, "original": { diff --git a/system/pearbutter/default.nix b/system/pearbutter/default.nix index 8dd8727..49afdea 100644 --- a/system/pearbutter/default.nix +++ b/system/pearbutter/default.nix @@ -10,8 +10,11 @@ description = "Artemis Tosini"; extraGroups = [ "wheel" ]; initialPassword = "toor"; + shell = "/run/current-system/sw/bin/fish"; }; + programs.fish.enable = true; + services.sshd.enable = true; boot.loader.stand.enable = true;