diff options
| author | Fuwn <[email protected]> | 2024-10-24 22:41:41 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-24 22:49:33 -0700 |
| commit | 20731855b3493447c6cfe32411040a4eb7adcf59 (patch) | |
| tree | 2196421aaeaea4ec6ca90ce1e39456479cbbf9c4 /modules/pc | |
| parent | home: add cider (diff) | |
| download | nixos-config-20731855b3493447c6cfe32411040a4eb7adcf59.tar.xz nixos-config-20731855b3493447c6cfe32411040a4eb7adcf59.zip | |
kansai: mount kioku samba share
Diffstat (limited to 'modules/pc')
| -rw-r--r-- | modules/pc/software/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pc/software/default.nix b/modules/pc/software/default.nix index 79bd8ce..f03f6ce 100644 --- a/modules/pc/software/default.nix +++ b/modules/pc/software/default.nix @@ -14,6 +14,7 @@ ]; environment.enableAllTerminfo = true; + environment.systemPackages = [ pkgs.cifs-utils ]; system = { autoUpgrade = { |