diff options
author | Leonardo Santiago <[email protected]> | 2024-05-11 13:46:57 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-05-11 13:46:57 -0300 |
commit | fe3eda350da50bd8d7951adf915a78fbb444b0f2 (patch) | |
tree | f669a3441eb459158821dfd24ccd9422dcc03507 /flake.nix | |
parent | 4304146c4f7b746e7c4f770e91671beac4bfc19f (diff) |
add larissa ssh key
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -13,7 +13,7 @@ }; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/58a1abdbae3217ca6b702f03d3b35125d88a2994"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; @@ -58,7 +58,6 @@ }; in { nixosConfigurations = builtins.listToAttrs - (map (host: {name = host; value = defaultNixosSystem host; }) hosts) - ; + (map (host: {name = host; value = defaultNixosSystem host; }) hosts); }; } |