adding volume to server

This commit is contained in:
Matt Nish-Lapidus 2025-04-15 13:29:13 -04:00
parent cfecb1913d
commit 8dbeb9f995
2 changed files with 8 additions and 6 deletions

12
flake.lock generated
View file

@ -90,11 +90,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1744710563, "lastModified": 1744734107,
"narHash": "sha256-bbYWW6VVeVM+kaJJzo6IkdIqplYpfdedEaLFC6bN8Bo=", "narHash": "sha256-OMPePvgZaJzbCevfSzcU6QcnI835yvI0H2XUhfywNTI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "cc39626b787d64e5df5364a529423d624543b6a6", "rev": "30d14807368f822be183ecb2197e274ee512dc3a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -377,11 +377,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1744663884, "lastModified": 1744735751,
"narHash": "sha256-a6QGaZMDM1miK8VWzAITsEPOdmLk+xTPyJSTjVs3WhI=", "narHash": "sha256-OPpfgL3qUIbQdbmp1/ZwnlsuTLooHN4or0EABnZTFRY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d5cdf55bd9f19a3debd55b6cb5d38f7831426265", "rev": "db7738e67a101ad945abbcb447e1310147afaf1b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -9,6 +9,8 @@
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
btop btop
disko
git
]; ];
username = "emenel"; username = "emenel";