summaryrefslogtreecommitdiff
path: root/modules/pc
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-24 22:41:41 -0700
committerFuwn <[email protected]>2024-10-24 22:49:33 -0700
commit20731855b3493447c6cfe32411040a4eb7adcf59 (patch)
tree2196421aaeaea4ec6ca90ce1e39456479cbbf9c4 /modules/pc
parenthome: add cider (diff)
downloadnixos-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.nix1
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 = {