mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
docker
This commit is contained in:
parent
1aa97a60b7
commit
ee3025c7a1
3 changed files with 4 additions and 6 deletions
|
|
@ -1,6 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
virtualisation.lxd.enable = true;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
users.users.srid = {
|
||||
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -72,11 +72,11 @@
|
|||
"utils": "utils"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1618509900,
|
||||
"narHash": "sha256-6L2iT+069ffbG0x5AnPm99khBha2HvH0lA8xjlD6kqc=",
|
||||
"lastModified": 1618617299,
|
||||
"narHash": "sha256-3cSNuPyfBQAJ5qnsHo+LB0D9dQpztnRXEMkEh9mOzsk=",
|
||||
"owner": "srid",
|
||||
"repo": "himalaya",
|
||||
"rev": "8f09b577e3b3c32c71b8036dc3bc01287a598234",
|
||||
"rev": "ecc6e8c7bb2224f33ec83f50a49e46dca9855cd9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
./features/passwordstore.nix
|
||||
./features/syncthing.nix
|
||||
./features/protonvpn.nix
|
||||
./features/docker.nix
|
||||
./features/email
|
||||
#./features/emacs.nix
|
||||
./features/monitor-brightness.nix
|
||||
|
|
@ -56,7 +57,6 @@
|
|||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-p53
|
||||
#./features/desktopish
|
||||
./features/server-mode.nix
|
||||
./features/virtualization.nix
|
||||
./features/postgrest.nix
|
||||
];
|
||||
nixosConfigurations.x1c7 = mkHomeMachine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue