Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nixos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rbfsmi.imt
nixos
Merge requests
!5
An error occurred while fetching the assigned milestone of the selected merge_request.
Nix Version of Muckefuck
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
Nix Version of Muckefuck
muckefuck
into
master
Overview
0
Commits
28
Pipelines
0
Changes
3
Open
Nix Version of Muckefuck
Marlena Müller
requested to merge
muckefuck
into
master
Jun 1, 2024
Overview
0
Commits
28
Pipelines
0
Changes
3
0
0
Merge request reports
Compare
master
version 3
bebffd43
Jun 1, 2024
version 2
97fa1eb0
Jun 1, 2024
version 1
67022106
Jun 1, 2024
master (HEAD)
and
latest version
latest version
6a2bcda0
28 commits,
Jun 1, 2024
version 3
bebffd43
27 commits,
Jun 1, 2024
version 2
97fa1eb0
26 commits,
Jun 1, 2024
version 1
67022106
25 commits,
Jun 1, 2024
3 files
+
192
−
26
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
hosts/fsmi-muckefuck-test/configuration.nix deleted
100644 → 0
+
0
−
19
View file @ ab256fe1
{
pkgs
,
config
,
...
}:
{
imports
=
[
./hardware-configuration.nix
../../common/base.nix
];
system
.
stateVersion
=
"22.11"
;
# Did you read the comment?
# Use the systemd-boot EFI boot loader.
boot
.
loader
.
systemd-boot
.
enable
=
true
;
boot
.
loader
.
efi
.
canTouchEfiVariables
=
true
;
networking
.
hostName
=
"fsmi-muckefuck-test"
;
}
Loading