configura
This commit is contained in:
parent
8b35323a05
commit
90d90cb232
4 changed files with 6 additions and 6 deletions
7
flake.lock
generated
7
flake.lock
generated
|
|
@ -7,16 +7,15 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1685599623,
|
||||
"narHash": "sha256-Tob4CMOVHue0D3RzguDBCtUmX5ji2PsdbQDbIOIKvsc=",
|
||||
"lastModified": 1712266167,
|
||||
"narHash": "sha256-gr2CBgT8t+utDqzWSp2vSjX/c39Q0BNtrWE6/cDhhEE=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "93db05480c0c0f30382d3e80779e8386dcb4f9dd",
|
||||
"rev": "0c73c1b8da28a24c4fe842ced3f2548d5828b550",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"ref": "release-23.11",
|
||||
"repo": "home-manager",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
# Home manager
|
||||
home-manager.url = "github:nix-community/home-manager/release-23.11";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# TODO: Add any other flake you might need
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@
|
|||
platformio-core
|
||||
qbittorrent
|
||||
spotify
|
||||
tailscale
|
||||
whatsapp-for-linux
|
||||
zsh
|
||||
zoxide
|
||||
|
|
|
|||
|
|
@ -55,6 +55,8 @@
|
|||
|
||||
environment.shells = with pkgs; [ zsh ];
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
users.users = {
|
||||
horseman = {
|
||||
initialPassword = "1234";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue