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

View file

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