Add back steam deck, again?
This commit is contained in:
parent
87c2558155
commit
c0ff4c64e5
24 changed files with 296 additions and 143 deletions
|
@ -8,9 +8,9 @@
|
|||
openssh.authorizedKeys.keys = [
|
||||
(builtins.readFile ../../../../../hosts/tower/id_ed25519.pub)
|
||||
|
||||
(builtins.readFile ../../../../../hosts/axolotl/id_ed25519.pub)
|
||||
(builtins.readFile ../../../../../hosts/lacros/id_ed25519.pub)
|
||||
(builtins.readFile ../../../../../hosts/redmond/id_ed25519.pub)
|
||||
(builtins.readFile ../../../../../hosts/pomme/id_ed25519.pub)
|
||||
|
||||
(builtins.readFile ../../../../../hosts/kitty/id_ed25519.pub)
|
||||
(builtins.readFile ../../../../../hosts/xenia/id_ed25519.pub)
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
files = [
|
||||
".zsh_history"
|
||||
".local/share/clipman.json"
|
||||
".local/state/lazygit/state.yml"
|
||||
|
||||
".local/share/applications" # Create this so nothing gets generated inside of it
|
||||
];
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Advertise to Windows
|
||||
samba-wsdd = {
|
||||
enable = true;
|
||||
enable = config.system.server.enable;
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue