Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
APic
nixos-deployment
Commits
f6967d0d
Commit
f6967d0d
authored
Feb 19, 2022
by
fpletz
🚧
Browse files
loungepi: move to SD
parent
34a23a8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
loungepi.nix
View file @
f6967d0d
...
...
@@ -7,7 +7,7 @@
fileSystems
=
{
"/"
=
{
device
=
"/dev/disk/by-label/NIXOS
_SD
"
;
device
=
"/dev/disk/by-label/
LOUNGEPI_
NIXOS"
;
fsType
=
"ext4"
;
options
=
[
"noatime"
];
};
...
...
@@ -73,6 +73,7 @@
};
home-manager
.
users
.
lounge
=
{
pkgs
,
...
}:
{
home
.
stateVersion
=
"22.05"
;
#programs.bash.enable = true;
programs
.
tmux
.
enable
=
true
;
programs
.
ncmpcpp
.
enable
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment